forked from friendica/friendica-addons
96c41e5623
update strings to contain addon
13 lines
500 B
PHP
13 lines
500 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 Addon"] = "Habilitar Addon de WindowsPhonePush";
|
|
$a->strings["Push text of new item"] = "Empujar texto de nuevo objeto";
|
|
$a->strings["Save Settings"] = "Guardar Ajustes";
|