mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 09:22:54 +00:00
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";
|