mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58:49 +00:00
ES translation work - muchas gracias Albert
This commit is contained in:
parent
3c56a3ee94
commit
e99e660298
14 changed files with 475 additions and 48 deletions
12
windowsphonepush/lang/es/strings.php
Normal file
12
windowsphonepush/lang/es/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?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";
|
Loading…
Add table
Add a link
Reference in a new issue