forked from friendica/friendica-addons
13 lines
502 B
PHP
13 lines
502 B
PHP
|
<?php
|
||
|
|
||
|
if(! function_exists("string_plural_select_es")) {
|
||
|
function string_plural_select_es($n){
|
||
|
return ($n != 1);;
|
||
|
}}
|
||
|
;
|
||
|
$a->strings["WindowsPhonePush settings updated."] = "Ajustes de WindowsPhonePush actualizados.";
|
||
|
$a->strings["WindowsPhonePush Settings"] = "Ajustes de WindowsPhonePush";
|
||
|
$a->strings["Enable WindowsPhonePush Plugin"] = "Habilitar Plugin de WindowsPhonePush";
|
||
|
$a->strings["Push text of new item"] = "Empujar texto de nuevo objeto";
|
||
|
$a->strings["Save Settings"] = "Guardar Ajustes";
|