зеркало из https://github.com/nextcloud/activity.git
[tx-robot] updated from transifex
This commit is contained in:
Родитель
6e6a397a50
Коммит
78bf777f3e
|
@ -0,0 +1,9 @@
|
|||
[main]
|
||||
host = https://www.transifex.com
|
||||
lang_map = ja_JP: ja
|
||||
|
||||
[owncloud.activity]
|
||||
file_filter = <lang>/activity.po
|
||||
source_file = templates/activity.pot
|
||||
source_lang = en
|
||||
type = PO
|
|
@ -14,6 +14,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "سترى هنا قائمة بالأحداث عندما تقوم بالبدء في استخدام %s الخاص بك. ",
|
||||
"Notifications" => "الإشعارات",
|
||||
"Mail" => "البريد",
|
||||
"Stream" => "بث"
|
||||
"Stream" => "بث",
|
||||
"Daily" => "يومي",
|
||||
"Weekly" => "أسبوعي"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;";
|
||||
|
|
|
@ -24,6 +24,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Vas ver una llista d'eventos equí cuando entames a usar %s.",
|
||||
"Notifications" => "Notificaciones",
|
||||
"Mail" => "Corréu",
|
||||
"Stream" => "Fluxu de rede"
|
||||
"Stream" => "Fluxu de rede",
|
||||
"Daily" => "Caldía",
|
||||
"Weekly" => "Selmanalmente"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -6,6 +6,8 @@ $TRANSLATIONS = array(
|
|||
"_%n more..._::_%n more..._" => array("",""),
|
||||
"RSS feed" => "RSS хранилище",
|
||||
"No activities yet." => "Няма активност още.",
|
||||
"You will see a list of events here when you start to use your %s." => "Вие ще видите списък на събития тук когато почнете да ползвате вашия %s."
|
||||
"You will see a list of events here when you start to use your %s." => "Вие ще видите списък на събития тук когато почнете да ползвате вашия %s.",
|
||||
"Daily" => "Дневно",
|
||||
"Weekly" => "Седмично"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"_%n more..._::_%n more..._" => array("","")
|
||||
"_%n more..._::_%n more..._" => array("",""),
|
||||
"Daily" => "দৈনিক",
|
||||
"Weekly" => "সাপ্তাহিক"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -24,6 +24,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Quan comenceu a usar %s veureu una llista de successos aquí.",
|
||||
"Notifications" => "Notificacions",
|
||||
"Mail" => "Correu electrónic",
|
||||
"Stream" => "Cadena"
|
||||
"Stream" => "Cadena",
|
||||
"Daily" => "Diari",
|
||||
"Weekly" => "Mensual"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -8,12 +8,24 @@ $TRANSLATIONS = array(
|
|||
"A new file or folder has been <strong>created</strong> in a shared folder" => "Ve sdílené složce byl <strong>vytvořen</strong> nový soubor nebo nová složka.",
|
||||
"A file or folder has been <strong>changed</strong> in a shared folder" => "Ve sdílené složce došlo ke <strong>změně</strong> souboru nebo složky.",
|
||||
"A file or folder has been <strong>deleted</strong> from a shared folder" => "Ve sdílené složce byl <strong>smazán</strong> soubor nebo složka.",
|
||||
"You created %1$s" => "Byl vytvořen %1$s",
|
||||
"%2$s created %1$s" => "%2$s vytvořil %1$s",
|
||||
"You changed %1$s" => "Byl změněn %1$s",
|
||||
"%2$s changed %1$s" => "%2$s změnil %1$s",
|
||||
"You deleted %1$s" => "Byl smazán %1$s",
|
||||
"%2$s deleted %1$s" => "%2$s smazal %1$s",
|
||||
"You shared %1$s with %2$s" => "Byl sdílen %1$s s %2$s",
|
||||
"You shared %1$s with group %2$s" => "Byl sdílen %1$s se skupinou %2$s",
|
||||
"%2$s shared %1$s with you" => "%2$s vám sdílel %1$s",
|
||||
"You shared %1$s" => "Byl sdílen %1$s",
|
||||
"_%n more..._::_%n more..._" => array("%n víc...","%n víc...","%n víc..."),
|
||||
"RSS feed" => "RSS kanál",
|
||||
"No activities yet." => "Zatím žádné aktivity.",
|
||||
"You will see a list of events here when you start to use your %s." => "Zde uvidíte seznam událostí jakmile začnete používat váš %s.",
|
||||
"Notifications" => "Upozornění",
|
||||
"Mail" => "Pošta",
|
||||
"Stream" => "Proud"
|
||||
"Stream" => "Proud",
|
||||
"Daily" => "denně",
|
||||
"Weekly" => "Týdně"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"_%n more..._::_%n more..._" => array("","","","")
|
||||
"_%n more..._::_%n more..._" => array("","","",""),
|
||||
"Daily" => "Dyddiol",
|
||||
"Weekly" => "Wythnosol"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;";
|
||||
|
|
|
@ -10,6 +10,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Du vil se en liste over hendelser her, når du begynder at bruge din %s.",
|
||||
"Notifications" => "Beskeder",
|
||||
"Mail" => "Mail",
|
||||
"Stream" => "Stream"
|
||||
"Stream" => "Stream",
|
||||
"Daily" => "Dagligt",
|
||||
"Weekly" => "Ugentligt"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -24,6 +24,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Du wirst hier eine Liste von Ereignissen sehen, sobald Du deine %s nutzt.",
|
||||
"Notifications" => "Benachrichtigungen",
|
||||
"Mail" => "Mail",
|
||||
"Stream" => "Stream"
|
||||
"Stream" => "Stream",
|
||||
"Daily" => "täglich",
|
||||
"Weekly" => "wöchentlich"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"_%n more..._::_%n more..._" => array("","")
|
||||
"_%n more..._::_%n more..._" => array("",""),
|
||||
"Daily" => "täglich",
|
||||
"Weekly" => "wöchentlich"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -6,6 +6,8 @@ $TRANSLATIONS = array(
|
|||
"_%n more..._::_%n more..._" => array("",""),
|
||||
"RSS feed" => "RSS-Feed",
|
||||
"No activities yet." => "Bisher keine Aktivitäten.",
|
||||
"You will see a list of events here when you start to use your %s." => "Sie werden hier eine Liste von Ereignissen sehen, sobald Sie Ihre %s nutzen."
|
||||
"You will see a list of events here when you start to use your %s." => "Sie werden hier eine Liste von Ereignissen sehen, sobald Sie Ihre %s nutzen.",
|
||||
"Daily" => "täglich",
|
||||
"Weekly" => "wöchentlich"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -24,6 +24,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Sie werden hier eine Liste von Ereignissen sehen, sobald Sie Ihre %s nutzen.",
|
||||
"Notifications" => "Benachrichtigungen",
|
||||
"Mail" => "Mail",
|
||||
"Stream" => "Stream"
|
||||
"Stream" => "Stream",
|
||||
"Daily" => "täglich",
|
||||
"Weekly" => "wöchentlich"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
16
l10n/el.php
16
l10n/el.php
|
@ -8,12 +8,24 @@ $TRANSLATIONS = array(
|
|||
"A new file or folder has been <strong>created</strong> in a shared folder" => "Ένα νέο αρχείο ή ένας κατάλογος έχει <strong>δημιουργηθεί</strong> σε έναν διαμοιραζόμενο κατάλογο",
|
||||
"A file or folder has been <strong>changed</strong> in a shared folder" => "Ένα αρχείο ή ένας κατάλογος έχει <strong>τροποποιηθεί</strong> σε έναν διαμοιραζόμενο κατάλογο",
|
||||
"A file or folder has been <strong>deleted</strong> from a shared folder" => "Ένα αρχείο ή ένας κατάλογος έχει <strong>διαγραφεί</strong> από έναν διαμοιραζόμενο κατάλογο",
|
||||
"_%n more..._::_%n more..._" => array("",""),
|
||||
"You created %1$s" => "Δημιουργήσατε %1$s",
|
||||
"%2$s created %1$s" => "Ο %2$s δημιούργησε %1$s",
|
||||
"You changed %1$s" => "Αλλάξατε %1$s",
|
||||
"%2$s changed %1$s" => "Ο %2$s άλλαξε %1$s",
|
||||
"You deleted %1$s" => "Διαγράψατε %1$s",
|
||||
"%2$s deleted %1$s" => "Ο %2$s διέγραψε %1$s",
|
||||
"You shared %1$s with %2$s" => "Διαμοιραστήκατε το %1$s με %2$s",
|
||||
"You shared %1$s with group %2$s" => "Διαμοιραστήκατε %1$s με την ομάδα %2$s",
|
||||
"%2$s shared %1$s with you" => "Ο %2$s διαμοιράστηκε το %1$s με εσάς",
|
||||
"You shared %1$s" => "Διαμοιραστήκατε %1$s",
|
||||
"_%n more..._::_%n more..._" => array("%n περισσότερο...","%n περισσότερα..."),
|
||||
"RSS feed" => "Ροή RSS",
|
||||
"No activities yet." => "Καμία δραστηριότητα μέχρι τώρα.",
|
||||
"You will see a list of events here when you start to use your %s." => "Θα δείτε εδώ μια λίστα από συμβάντα όταν ξεκινήσετε να χρησιμοποιείτε το %s σας.",
|
||||
"Notifications" => "Ειδοποιήσεις",
|
||||
"Mail" => "Ταχυδρομείο",
|
||||
"Stream" => "Ροή"
|
||||
"Stream" => "Ροή",
|
||||
"Daily" => "Καθημερινά",
|
||||
"Weekly" => "Εβδομαδιαία"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -24,6 +24,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "You will see a list of events here when you start to use your %s.",
|
||||
"Notifications" => "Notifications",
|
||||
"Mail" => "Mail",
|
||||
"Stream" => "Stream"
|
||||
"Stream" => "Stream",
|
||||
"Daily" => "Daily",
|
||||
"Weekly" => "Weekly"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
28
l10n/eo.php
28
l10n/eo.php
|
@ -1,7 +1,31 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"_%n more..._::_%n more..._" => array("",""),
|
||||
"Your settings have been updated." => "Via agordo ĝisdatigitas.",
|
||||
"Activity" => "Agoj",
|
||||
"No more activities to load." => "Ne estas pliaj agoj por ŝarĝi.",
|
||||
"Loading older activities" => "Ŝargante pli malnovaj agoj",
|
||||
"A file or folder has been <strong>shared</strong>" => "Dosiero aŭ dosierujo <strong>kunhaviĝis</strong>",
|
||||
"A new file or folder has been <strong>created</strong> in a shared folder" => "Nova dosiero aŭ dosierujo <strong>kreiĝis</strong> en kunhavata dosierujo",
|
||||
"A file or folder has been <strong>changed</strong> in a shared folder" => "Dosiero aŭ dosierujo <strong>ŝanĝiĝis</strong> en kunhavata dosierujo",
|
||||
"A file or folder has been <strong>deleted</strong> from a shared folder" => "Dosiero aŭ dosierujo <strong>foriĝis</strong> el kunhavata dosierujo",
|
||||
"You created %1$s" => "Vi kreis %1$s",
|
||||
"%2$s created %1$s" => "%2$s kreis %1$s",
|
||||
"You changed %1$s" => "Vi ŝanĝis %1$s",
|
||||
"%2$s changed %1$s" => "%2$s ŝanĝis %1$s",
|
||||
"You deleted %1$s" => "Vi forigis %1$s",
|
||||
"%2$s deleted %1$s" => "%2$s forigis %1$s",
|
||||
"You shared %1$s with %2$s" => "Vi kunhavigis %1$s kun %2$s",
|
||||
"You shared %1$s with group %2$s" => "Vi kunhavigis %1$s kun la grupo %2$s",
|
||||
"%2$s shared %1$s with you" => "%2$s kunhavigis %1$s kun vi",
|
||||
"You shared %1$s" => "Vi kunhavigis %1$s",
|
||||
"_%n more..._::_%n more..._" => array("%n pli...","%n pli..."),
|
||||
"RSS feed" => "RSS-fluo",
|
||||
"You will see a list of events here when you start to use your %s." => "Vi vidos liston de okazaĵoj ĉi tie kiam vi ekuzos vian %s."
|
||||
"No activities yet." => "Estas neniu ago ankoraŭ.",
|
||||
"You will see a list of events here when you start to use your %s." => "Vi vidos liston de okazaĵoj ĉi tie kiam vi ekuzos vian %s.",
|
||||
"Notifications" => "Sciigoj",
|
||||
"Mail" => "Retpoŝto",
|
||||
"Stream" => "Fluo",
|
||||
"Daily" => "Tage",
|
||||
"Weekly" => "Semajne"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -24,6 +24,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Aquí aparecerá una lista de eventos cuando comience a usar su %s.",
|
||||
"Notifications" => "Notificaciones",
|
||||
"Mail" => "Correo electrónico",
|
||||
"Stream" => "Flujo"
|
||||
"Stream" => "Flujo",
|
||||
"Daily" => "Diariamente",
|
||||
"Weekly" => "Semanalmente"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -7,6 +7,8 @@ $TRANSLATIONS = array(
|
|||
"RSS feed" => "Fuente RSS",
|
||||
"No activities yet." => "Todavía no hay actividades",
|
||||
"You will see a list of events here when you start to use your %s." => "Vas a ver una lista de eventos cuando empieces a usar tu %s.",
|
||||
"Notifications" => "Notificaciones"
|
||||
"Notifications" => "Notificaciones",
|
||||
"Daily" => "Diariamente",
|
||||
"Weekly" => "Semanalmente"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -7,6 +7,8 @@ $TRANSLATIONS = array(
|
|||
"RSS feed" => "Fuente RSS",
|
||||
"No activities yet." => "Aún no hay actividades.",
|
||||
"You will see a list of events here when you start to use your %s." => "Aquí aparecerá una lista de eventos cuando comience a usar su %s.",
|
||||
"Notifications" => "Notificaciones"
|
||||
"Notifications" => "Notificaciones",
|
||||
"Daily" => "Diariamente",
|
||||
"Weekly" => "Semanalmente"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -14,6 +14,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Siin näed sa sündmuste nimekirja kui sa hakkad %s kasutama.",
|
||||
"Notifications" => "Teavitused",
|
||||
"Mail" => "Mail",
|
||||
"Stream" => "Voog"
|
||||
"Stream" => "Voog",
|
||||
"Daily" => "Iga päev",
|
||||
"Weekly" => "Iga nädal"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -7,6 +7,8 @@ $TRANSLATIONS = array(
|
|||
"RSS feed" => "RSS jarioa",
|
||||
"No activities yet." => "Ez dago jarduerarik.",
|
||||
"You will see a list of events here when you start to use your %s." => "Gertaeren zerrenda bat ikusiko duzu zure %s erabiltzen hasten zarenean.",
|
||||
"Notifications" => "Jakinarazpenak"
|
||||
"Notifications" => "Jakinarazpenak",
|
||||
"Daily" => "Egunero",
|
||||
"Weekly" => "Astero"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -6,6 +6,8 @@ $TRANSLATIONS = array(
|
|||
"_%n more..._::_%n more..._" => array("",""),
|
||||
"RSS feed" => "RSS jarioa",
|
||||
"No activities yet." => "Jarduerarik ez oraindik.",
|
||||
"You will see a list of events here when you start to use your %s." => "Zure %s-ak erabiltzen hastean, ekitaldien zerrenda ikusiko duzu hemen"
|
||||
"You will see a list of events here when you start to use your %s." => "Zure %s-ak erabiltzen hastean, ekitaldien zerrenda ikusiko duzu hemen",
|
||||
"Daily" => "Egunero",
|
||||
"Weekly" => "Astero"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -6,6 +6,8 @@ $TRANSLATIONS = array(
|
|||
"_%n more..._::_%n more..._" => array(""),
|
||||
"RSS feed" => "تغذیه rss",
|
||||
"No activities yet." => "هنوز فعالیتی انجام نشده",
|
||||
"You will see a list of events here when you start to use your %s." => "وقتی که از%s استفاده می کنید لیستی از وقایع را مشاهده خواهید کرد."
|
||||
"You will see a list of events here when you start to use your %s." => "وقتی که از%s استفاده می کنید لیستی از وقایع را مشاهده خواهید کرد.",
|
||||
"Daily" => "روزانه",
|
||||
"Weekly" => "هفتهگی"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|
||||
|
|
|
@ -22,6 +22,8 @@ $TRANSLATIONS = array(
|
|||
"RSS feed" => "RSS-syöte",
|
||||
"No activities yet." => "Ei toimia vielä.",
|
||||
"You will see a list of events here when you start to use your %s." => "Näet tapahtumaluettelon täällä, kun aloitat %sin käytön.",
|
||||
"Notifications" => "Ilmoitukset"
|
||||
"Notifications" => "Ilmoitukset",
|
||||
"Daily" => "Päivittäin",
|
||||
"Weekly" => "Viikottain"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -24,6 +24,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Vous verrez ici une liste d'événements lorsque vous commencerez à utiliser votre %s.",
|
||||
"Notifications" => "Notifications",
|
||||
"Mail" => "Mail",
|
||||
"Stream" => "Flux"
|
||||
"Stream" => "Flux",
|
||||
"Daily" => "Quotidien",
|
||||
"Weekly" => "Hebdomadaire"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
|
||||
|
|
|
@ -24,6 +24,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Verá una lista de accións cando se comece a utilizar o seu %s.",
|
||||
"Notifications" => "Notificacións",
|
||||
"Mail" => "Correo",
|
||||
"Stream" => "Fluxo"
|
||||
"Stream" => "Fluxo",
|
||||
"Daily" => "Diariamente",
|
||||
"Weekly" => "Semanalmente"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -6,6 +6,8 @@ $TRANSLATIONS = array(
|
|||
"_%n more..._::_%n more..._" => array("",""),
|
||||
"RSS feed" => "עדכוני RSS",
|
||||
"No activities yet." => "אין עדיין פעילויות",
|
||||
"You will see a list of events here when you start to use your %s." => "תיראו פה רשימת אירועים כשתתחילו להשתמתש ב %s"
|
||||
"You will see a list of events here when you start to use your %s." => "תיראו פה רשימת אירועים כשתתחילו להשתמתש ב %s",
|
||||
"Daily" => "יומי",
|
||||
"Weekly" => "שבועי"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"_%n more..._::_%n more..._" => array("","","")
|
||||
"_%n more..._::_%n more..._" => array("","",""),
|
||||
"Daily" => "Dnevno",
|
||||
"Weekly" => "Tjedno"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;";
|
||||
|
|
|
@ -20,6 +20,8 @@ $TRANSLATIONS = array(
|
|||
"RSS feed" => "RSS hírcsatorna",
|
||||
"No activities yet." => "Nincs megjeleníthető aktivitás.",
|
||||
"You will see a list of events here when you start to use your %s." => "Az események itt lesznek láthatóak, miután elkezdte használni a %s szolgáltatást.",
|
||||
"Notifications" => "Értesítések"
|
||||
"Notifications" => "Értesítések",
|
||||
"Daily" => "Naponta",
|
||||
"Weekly" => "Hetente"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"_%n more..._::_%n more..._" => array("","")
|
||||
"_%n more..._::_%n more..._" => array("",""),
|
||||
"Daily" => "Quotidian",
|
||||
"Weekly" => "Septimanal"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -14,6 +14,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Anda akan melihat daftar peristiwa disini ketika mulai menggunakan %s Anda.",
|
||||
"Notifications" => "Pemberitahuan",
|
||||
"Mail" => "Email",
|
||||
"Stream" => "Alir"
|
||||
"Stream" => "Alir",
|
||||
"Daily" => "Harian",
|
||||
"Weekly" => "Mingguan"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"_%n more..._::_%n more..._" => array("","")
|
||||
"_%n more..._::_%n more..._" => array("",""),
|
||||
"Daily" => "Daglega",
|
||||
"Weekly" => "Vikulega"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -24,6 +24,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Qui vedrai un elenco di eventi quando inizi a utilizzare %s.",
|
||||
"Notifications" => "Notifiche",
|
||||
"Mail" => "Posta",
|
||||
"Stream" => "Flusso"
|
||||
"Stream" => "Flusso",
|
||||
"Daily" => "Giornaliero",
|
||||
"Weekly" => "Settimanale"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
14
l10n/ja.php
14
l10n/ja.php
|
@ -8,12 +8,24 @@ $TRANSLATIONS = array(
|
|||
"A new file or folder has been <strong>created</strong> in a shared folder" => "共有フォルダで、ファイルもしくはフォルダが<strong>作成</strong>されました",
|
||||
"A file or folder has been <strong>changed</strong> in a shared folder" => "共有フォルダで、ファイルもしくはフォルダが<strong>変更</strong>されました",
|
||||
"A file or folder has been <strong>deleted</strong> from a shared folder" => "共有フォルダから、ファイルもしくはフォルダが<strong>削除</strong>されました",
|
||||
"You created %1$s" => "あなたは %1$s を作成しました",
|
||||
"%2$s created %1$s" => "%2$s は%1$s を作成しました",
|
||||
"You changed %1$s" => "あなたは %1$s を変更しました",
|
||||
"%2$s changed %1$s" => "%2$s は%1$s を変更しました",
|
||||
"You deleted %1$s" => "あなたは %1$s を削除しました",
|
||||
"%2$s deleted %1$s" => "%2$s は %1$s を削除しました",
|
||||
"You shared %1$s with %2$s" => "あなたは %1$s を %2$s と共有しました",
|
||||
"You shared %1$s with group %2$s" => "あなたは %1$s をグループ %2$s と共有しました",
|
||||
"%2$s shared %1$s with you" => "%2$s は %1$s をあなたと共有しました",
|
||||
"You shared %1$s" => "あなたは %1$s を共有しました",
|
||||
"_%n more..._::_%n more..._" => array("残り %n あります"),
|
||||
"RSS feed" => "RSSフィード",
|
||||
"No activities yet." => "アクティビティはまだありません。",
|
||||
"You will see a list of events here when you start to use your %s." => "%s の使用を開始すると、ここでイベントリストを見ることができます。",
|
||||
"Notifications" => "通知",
|
||||
"Mail" => "メール",
|
||||
"Stream" => "ストリーム"
|
||||
"Stream" => "ストリーム",
|
||||
"Daily" => "毎日",
|
||||
"Weekly" => "毎週"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"_%n more..._::_%n more..._" => array("")
|
||||
"_%n more..._::_%n more..._" => array(""),
|
||||
"Daily" => "ყოველდღიური",
|
||||
"Weekly" => "ყოველკვირეული"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|
||||
|
|
|
@ -24,6 +24,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "អ្នកនឹងឃើញបញ្ជីព្រឹត្តិការណ៍នានា នៅពេលអ្នកចាប់ផ្ដើមប្រើ %s របស់អ្នក។",
|
||||
"Notifications" => "ការជូនដំណឹង",
|
||||
"Mail" => "សំបុត្រ",
|
||||
"Stream" => "ស្ទ្រីម"
|
||||
"Stream" => "ស្ទ្រីម",
|
||||
"Daily" => "រាល់ថ្ងៃ",
|
||||
"Weekly" => "រាល់សប្ដាហ៍"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|
||||
|
|
|
@ -8,6 +8,8 @@ $TRANSLATIONS = array(
|
|||
"RSS feed" => "RSS 피드",
|
||||
"No activities yet." => "활동이 없습니다.",
|
||||
"You will see a list of events here when you start to use your %s." => "%s 사용을 시작하면 여기에서 이벤트 목록을 볼 수 있습니다.",
|
||||
"Notifications" => "알림"
|
||||
"Notifications" => "알림",
|
||||
"Daily" => "매일",
|
||||
"Weekly" => "매주"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|
||||
|
|
|
@ -0,0 +1,165 @@
|
|||
#!/usr/bin/perl
|
||||
use strict;
|
||||
use Locale::PO;
|
||||
use Cwd;
|
||||
use Data::Dumper;
|
||||
use File::Path;
|
||||
use File::Basename;
|
||||
|
||||
sub crawlFiles{
|
||||
my( $dir ) = @_;
|
||||
my @found = ();
|
||||
|
||||
opendir( DIR, $dir );
|
||||
my @files = readdir( DIR );
|
||||
closedir( DIR );
|
||||
@files = sort( @files );
|
||||
|
||||
foreach my $i ( @files ){
|
||||
next if substr( $i, 0, 1 ) eq '.';
|
||||
next if $i eq 'l10n';
|
||||
|
||||
if( -d $dir.'/'.$i ){
|
||||
push( @found, crawlFiles( $dir.'/'.$i ));
|
||||
}
|
||||
else{
|
||||
push(@found,$dir.'/'.$i) if $i =~ /\.js$/ || $i =~ /\.php$/;
|
||||
}
|
||||
}
|
||||
|
||||
return @found;
|
||||
}
|
||||
|
||||
sub readIgnorelist{
|
||||
return () unless -e 'l10n/ignorelist';
|
||||
my %ignore = ();
|
||||
open(IN,'l10n/ignorelist');
|
||||
while(<IN>){
|
||||
my $line = $_;
|
||||
chomp($line);
|
||||
$ignore{"./$line"}++;
|
||||
}
|
||||
close(IN);
|
||||
return %ignore;
|
||||
}
|
||||
|
||||
sub getPluralInfo {
|
||||
my( $info ) = @_;
|
||||
|
||||
# get string
|
||||
$info =~ s/.*Plural-Forms: (.+)\\n.*/$1/;
|
||||
$info =~ s/^(.*)\\n.*/$1/g;
|
||||
|
||||
return $info;
|
||||
}
|
||||
|
||||
my $app = shift( @ARGV );
|
||||
my $task = shift( @ARGV );
|
||||
|
||||
die( "Usage: l10n.pl app task\ntask: read, write\n" ) unless $task;
|
||||
|
||||
# Our current position
|
||||
my $whereami = cwd();
|
||||
die( "Program must be executed in a l10n-folder called 'l10n'" ) unless $whereami =~ m/\/l10n$/;
|
||||
|
||||
# Where are i18n-files?
|
||||
my $pwd = dirname(cwd());
|
||||
|
||||
my @dirs = ();
|
||||
push(@dirs, $pwd);
|
||||
|
||||
# Languages
|
||||
my @languages = ();
|
||||
opendir( DIR, '.' );
|
||||
my @files = readdir( DIR );
|
||||
closedir( DIR );
|
||||
foreach my $i ( @files ){
|
||||
push( @languages, $i ) if -d $i && substr( $i, 0, 1 ) ne '.';
|
||||
}
|
||||
|
||||
if( $task eq 'read' ){
|
||||
rmtree( 'templates' );
|
||||
mkdir( 'templates' ) unless -d 'templates';
|
||||
print "Mode: reading\n";
|
||||
foreach my $dir ( @dirs ){
|
||||
my @temp = split( /\//, $dir );
|
||||
chdir( $dir );
|
||||
my @totranslate = crawlFiles('.');
|
||||
my %ignore = readIgnorelist();
|
||||
my $output = "${whereami}/templates/$app.pot";
|
||||
my $packageName = "ownCloud $app";
|
||||
print " Processing $app\n";
|
||||
|
||||
foreach my $file ( @totranslate ){
|
||||
next if $ignore{$file};
|
||||
my $keywords = '';
|
||||
if( $file =~ /\.js$/ ){
|
||||
$keywords = '--keyword=t:2 --keyword=n:2,3';
|
||||
}
|
||||
else{
|
||||
$keywords = '--keyword=t --keyword=n:1,2';
|
||||
}
|
||||
my $language = ( $file =~ /\.js$/ ? 'Python' : 'PHP');
|
||||
my $joinexisting = ( -e $output ? '--join-existing' : '');
|
||||
print " Reading $file\n";
|
||||
`xgettext --output="$output" $joinexisting $keywords --language=$language "$file" --add-comments=TRANSLATORS --from-code=UTF-8 --package-version="7.0.0" --package-name="$packageName" --msgid-bugs-address="translations\@owncloud.org"`;
|
||||
}
|
||||
chdir( $whereami );
|
||||
}
|
||||
}
|
||||
elsif( $task eq 'write' ){
|
||||
print "Mode: write\n";
|
||||
foreach my $dir ( @dirs ){
|
||||
my @temp = split( /\//, $dir );
|
||||
chdir( $dir.'/l10n' );
|
||||
print " Processing $app\n";
|
||||
foreach my $language ( @languages ){
|
||||
next if $language eq 'templates';
|
||||
|
||||
my $input = "${whereami}/$language/$app.po";
|
||||
next unless -e $input;
|
||||
|
||||
print " Language $language\n";
|
||||
my $array = Locale::PO->load_file_asarray( $input );
|
||||
# Create array
|
||||
my @strings = ();
|
||||
my $plurals;
|
||||
|
||||
foreach my $string ( @{$array} ){
|
||||
if( $string->msgid() eq '""' ){
|
||||
# Translator information
|
||||
$plurals = getPluralInfo( $string->msgstr());
|
||||
}
|
||||
elsif( defined( $string->msgstr_n() )){
|
||||
# plural translations
|
||||
my @variants = ();
|
||||
my $identifier = $string->msgid()."::".$string->msgid_plural();
|
||||
$identifier =~ s/"/_/g;
|
||||
|
||||
foreach my $variant ( sort { $a <=> $b} keys( %{$string->msgstr_n()} )){
|
||||
push( @variants, $string->msgstr_n()->{$variant} );
|
||||
}
|
||||
|
||||
push( @strings, "\"$identifier\" => array(".join(",", @variants).")");
|
||||
}
|
||||
else{
|
||||
# singular translations
|
||||
next if $string->msgstr() eq '""';
|
||||
push( @strings, $string->msgid()." => ".$string->msgstr());
|
||||
}
|
||||
}
|
||||
next if $#strings == -1; # Skip empty files
|
||||
|
||||
# Write PHP file
|
||||
open( OUT, ">$language.php" );
|
||||
print OUT "<?php\n\$TRANSLATIONS = array(\n";
|
||||
print OUT join( ",\n", @strings );
|
||||
print OUT "\n);\n\$PLURAL_FORMS = \"$plurals\";\n";
|
||||
close( OUT );
|
||||
}
|
||||
chdir( $whereami );
|
||||
}
|
||||
}
|
||||
else{
|
||||
print "unknown task!\n";
|
||||
}
|
|
@ -2,6 +2,8 @@
|
|||
$TRANSLATIONS = array(
|
||||
"Activity" => "Aktivitéit",
|
||||
"_%n more..._::_%n more..._" => array("",""),
|
||||
"RSS feed" => "RSS feed"
|
||||
"RSS feed" => "RSS feed",
|
||||
"Daily" => "All Dag",
|
||||
"Weekly" => "All Woch"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -7,6 +7,8 @@ $TRANSLATIONS = array(
|
|||
"RSS feed" => "RSS sklaidos kanalas",
|
||||
"No activities yet." => "Dar nėra veiklų.",
|
||||
"You will see a list of events here when you start to use your %s." => "Matysite įvykių sąrašą kai pradėsite naudoti savo %s.",
|
||||
"Notifications" => "Pranešimai"
|
||||
"Notifications" => "Pranešimai",
|
||||
"Daily" => "Kasdien",
|
||||
"Weekly" => "Kiekvieną savaitę"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);";
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"_%n more..._::_%n more..._" => array("","",""),
|
||||
"RSS feed" => "RSS plūsma"
|
||||
"RSS feed" => "RSS plūsma",
|
||||
"Daily" => "Katru dienu",
|
||||
"Weekly" => "Katru nedēļu"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";
|
||||
|
|
|
@ -6,6 +6,8 @@ $TRANSLATIONS = array(
|
|||
"_%n more..._::_%n more..._" => array("",""),
|
||||
"RSS feed" => "RSS канал",
|
||||
"No activities yet." => "До сега немало активност.",
|
||||
"You will see a list of events here when you start to use your %s." => "Тука ќе видите листа на настани од кога ќе почнете да ги користите вашите %s."
|
||||
"You will see a list of events here when you start to use your %s." => "Тука ќе видите листа на настани од кога ќе почнете да ги користите вашите %s.",
|
||||
"Daily" => "Дневно",
|
||||
"Weekly" => "Седмично"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";
|
||||
|
|
|
@ -6,6 +6,8 @@ $TRANSLATIONS = array(
|
|||
"_%n more..._::_%n more..._" => array(""),
|
||||
"RSS feed" => "Suapan RSS",
|
||||
"No activities yet." => "Tiada aktiviti lagi.",
|
||||
"You will see a list of events here when you start to use your %s." => "Anda akan melihat senarai peristiwa di sini apabila anda mula menggunakan %s anda."
|
||||
"You will see a list of events here when you start to use your %s." => "Anda akan melihat senarai peristiwa di sini apabila anda mula menggunakan %s anda.",
|
||||
"Daily" => "Harian",
|
||||
"Weekly" => "Mingguan"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"_%n more..._::_%n more..._" => array("")
|
||||
"_%n more..._::_%n more..._" => array(""),
|
||||
"Daily" => "နေ့တိုင်း",
|
||||
"Weekly" => "အပတ်တိုင်း"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|
||||
|
|
|
@ -14,6 +14,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Du vil se en liste av hendelser her når du starter å bruke din %s.",
|
||||
"Notifications" => "Varsler",
|
||||
"Mail" => "E-post",
|
||||
"Stream" => "Strøm"
|
||||
"Stream" => "Strøm",
|
||||
"Daily" => "Daglig",
|
||||
"Weekly" => "Ukentlig"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -24,6 +24,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "U ziet hier een lijst met activiteiten als u gebruik gaat maken van uw %s.",
|
||||
"Notifications" => "Meldingen",
|
||||
"Mail" => "E-mail",
|
||||
"Stream" => "Stroom"
|
||||
"Stream" => "Stroom",
|
||||
"Daily" => "Dagelijks",
|
||||
"Weekly" => "Wekelijks"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -14,6 +14,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Du får sjå ei liste med hendingar her når du byrjar å bruka %s.",
|
||||
"Notifications" => "Påminningar",
|
||||
"Mail" => "Post",
|
||||
"Stream" => "Straum"
|
||||
"Stream" => "Straum",
|
||||
"Daily" => "Kvar dag",
|
||||
"Weekly" => "Kvar veke"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"_%n more..._::_%n more..._" => array("","")
|
||||
"_%n more..._::_%n more..._" => array("",""),
|
||||
"Daily" => "Jornalièr",
|
||||
"Weekly" => "Setmanièr"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
|
||||
|
|
|
@ -24,6 +24,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Zobaczysz listę wydarzeń tutaj, podczas rozpoczęcia korzystania z twojego %s",
|
||||
"Notifications" => "Powiadomienia",
|
||||
"Mail" => "Poczta",
|
||||
"Stream" => "Strumień"
|
||||
"Stream" => "Strumień",
|
||||
"Daily" => "Codziennie",
|
||||
"Weekly" => "Cotygodniowo"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
|
||||
|
|
|
@ -24,6 +24,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Você verá uma lista de eventos aqui quando começar a usar o seu %s.",
|
||||
"Notifications" => "Notificações",
|
||||
"Mail" => "EMail",
|
||||
"Stream" => "Fluxo"
|
||||
"Stream" => "Fluxo",
|
||||
"Daily" => "Diário",
|
||||
"Weekly" => "Semanal"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
|
||||
|
|
|
@ -24,6 +24,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Vai poder ver a lista de eventos aqui, quando começar a usar a sua %s",
|
||||
"Notifications" => "Notificações",
|
||||
"Mail" => "Correio",
|
||||
"Stream" => "Fluxo"
|
||||
"Stream" => "Fluxo",
|
||||
"Daily" => "Diáriamente",
|
||||
"Weekly" => "Semanalmente"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -8,6 +8,8 @@ $TRANSLATIONS = array(
|
|||
"RSS feed" => "Feed RSS",
|
||||
"No activities yet." => "Inca nu exista activitati.",
|
||||
"You will see a list of events here when you start to use your %s." => "Cand incepeti sa folositi propriul %s veti vedea aici o lista a evenimentelor.",
|
||||
"Notifications" => "Notificari"
|
||||
"Notifications" => "Notificari",
|
||||
"Daily" => "Zilnic",
|
||||
"Weekly" => "Săptămânal"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";
|
||||
|
|
14
l10n/ru.php
14
l10n/ru.php
|
@ -8,12 +8,24 @@ $TRANSLATIONS = array(
|
|||
"A new file or folder has been <strong>created</strong> in a shared folder" => "Файл или папка был(а) <strong> создан(а) </strong> в опубликованной папке",
|
||||
"A file or folder has been <strong>changed</strong> in a shared folder" => "Файл или папка был(а) <strong> изменен(а) </strong> в опубликованной папке",
|
||||
"A file or folder has been <strong>deleted</strong> from a shared folder" => "Файл или папка был(а) <strong> удален/а </strong> в опубликованной папке",
|
||||
"You created %1$s" => "Вы создали %1$s",
|
||||
"%2$s created %1$s" => "%2$s создано %1$s",
|
||||
"You changed %1$s" => "Вы изменили %1$s",
|
||||
"%2$s changed %1$s" => "%2$s изменено %1$s",
|
||||
"You deleted %1$s" => "Вы удалили %1$s",
|
||||
"%2$s deleted %1$s" => "%2$s удалено %1$s",
|
||||
"You shared %1$s with %2$s" => "Вы поделились %1$s с %2$s",
|
||||
"You shared %1$s with group %2$s" => "Вы поделились %1$s с группой %2$s",
|
||||
"%2$s shared %1$s with you" => "%2$s поделился %1$s с вами",
|
||||
"You shared %1$s" => "Вы поделились %1$s",
|
||||
"_%n more..._::_%n more..._" => array("ещё %n ...","ещё %n ...","ещё %n ..."),
|
||||
"RSS feed" => "Лента RSS",
|
||||
"No activities yet." => "Действий ещё не было.",
|
||||
"You will see a list of events here when you start to use your %s." => "Здесь будет виден список событий, когда вы начнете использовать %s.",
|
||||
"Notifications" => "Уведомления",
|
||||
"Mail" => "Почта",
|
||||
"Stream" => "Поток"
|
||||
"Stream" => "Поток",
|
||||
"Daily" => "Ежедневно",
|
||||
"Weekly" => "Еженедельно"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"_%n more..._::_%n more..._" => array("","")
|
||||
"_%n more..._::_%n more..._" => array("",""),
|
||||
"Daily" => "දිනපතා",
|
||||
"Weekly" => "සතිපතා"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"_%n more..._::_%n more..._" => array("","","")
|
||||
"_%n more..._::_%n more..._" => array("","",""),
|
||||
"Daily" => "Denne",
|
||||
"Weekly" => "Týždenne"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
|
||||
|
|
|
@ -14,6 +14,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Tu uvidíte zoznam udalostí hneď ako začnete používať svoj %s.",
|
||||
"Notifications" => "Oznámenia",
|
||||
"Mail" => "Mail",
|
||||
"Stream" => "Stream"
|
||||
"Stream" => "Stream",
|
||||
"Daily" => "Denne",
|
||||
"Weekly" => "Týždenne"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
|
||||
|
|
|
@ -14,6 +14,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Tu bo izpisan seznam dogodkov, ko bo %s v uporabi.",
|
||||
"Notifications" => "Obvestila",
|
||||
"Mail" => "Elektronska pošta",
|
||||
"Stream" => "Pretok"
|
||||
"Stream" => "Pretok",
|
||||
"Daily" => "Dnevno",
|
||||
"Weekly" => "Tedensko"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";
|
||||
|
|
|
@ -6,6 +6,8 @@ $TRANSLATIONS = array(
|
|||
"_%n more..._::_%n more..._" => array("",""),
|
||||
"RSS feed" => "T'dhënat RSS",
|
||||
"No activities yet." => "Nuk ka akoma skedare aktivë.",
|
||||
"You will see a list of events here when you start to use your %s." => "Ju do të shikoni një list ngjarjesh kur të filloni të përdorni %s."
|
||||
"You will see a list of events here when you start to use your %s." => "Ju do të shikoni një list ngjarjesh kur të filloni të përdorni %s.",
|
||||
"Daily" => "Përditë",
|
||||
"Weekly" => "Javore"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -3,6 +3,8 @@ $TRANSLATIONS = array(
|
|||
"Activity" => "Активност",
|
||||
"_%n more..._::_%n more..._" => array("","",""),
|
||||
"RSS feed" => "РСС feed",
|
||||
"No activities yet." => "Још нема активности."
|
||||
"No activities yet." => "Још нема активности.",
|
||||
"Daily" => "дневно",
|
||||
"Weekly" => "недељно"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
|
||||
|
|
|
@ -6,6 +6,8 @@ $TRANSLATIONS = array(
|
|||
"_%n more..._::_%n more..._" => array("","",""),
|
||||
"RSS feed" => "RSS",
|
||||
"No activities yet." => "Još uvek nema aktivnosti.",
|
||||
"You will see a list of events here when you start to use your %s." => "Ovdje će vam se prikazati lista aktivnosti kada počnete da koristite %s."
|
||||
"You will see a list of events here when you start to use your %s." => "Ovdje će vam se prikazati lista aktivnosti kada počnete da koristite %s.",
|
||||
"Daily" => "dnevno",
|
||||
"Weekly" => "nedeljno"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
|
||||
|
|
|
@ -24,6 +24,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "Du kommer att se en lista utav evenemang här när du börjar använda din %s",
|
||||
"Notifications" => "Notifieringar",
|
||||
"Mail" => "Post",
|
||||
"Stream" => "Ström"
|
||||
"Stream" => "Ström",
|
||||
"Daily" => "Dagligen",
|
||||
"Weekly" => "Varje vecka"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"_%n more..._::_%n more..._" => array("","")
|
||||
"_%n more..._::_%n more..._" => array("",""),
|
||||
"Daily" => "ஒவ்வொரு நாளும்",
|
||||
"Weekly" => "வாரந்தோறும்"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"_%n more..._::_%n more..._" => array("")
|
||||
"_%n more..._::_%n more..._" => array(""),
|
||||
"Daily" => "ทุกวัน",
|
||||
"Weekly" => "รายสัปดาห์"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|
||||
|
|
|
@ -24,6 +24,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "%s kullanmaya başladığınızda burada olayların bir listesini göreceksiniz.",
|
||||
"Notifications" => "Bildirimler",
|
||||
"Mail" => "Posta",
|
||||
"Stream" => "Akış"
|
||||
"Stream" => "Akış",
|
||||
"Daily" => "Her gün",
|
||||
"Weekly" => "Her hafta"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"_%n more..._::_%n more..._" => array("")
|
||||
"_%n more..._::_%n more..._" => array(""),
|
||||
"Daily" => "ھەر كۈنى",
|
||||
"Weekly" => "ھەر ھەپتىدە"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|
||||
|
|
|
@ -6,6 +6,8 @@ $TRANSLATIONS = array(
|
|||
"_%n more..._::_%n more..._" => array("","",""),
|
||||
"RSS feed" => "Стрічка RSS",
|
||||
"No activities yet." => "Поки ніякої активності",
|
||||
"You will see a list of events here when you start to use your %s." => "Ви тут побачите список подій, коли починаєте використовувати свій %s."
|
||||
"You will see a list of events here when you start to use your %s." => "Ви тут побачите список подій, коли починаєте використовувати свій %s.",
|
||||
"Daily" => "Щоденно",
|
||||
"Weekly" => "Щотижня"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
|
||||
|
|
|
@ -3,6 +3,8 @@ $TRANSLATIONS = array(
|
|||
"Activity" => "سرگرمی",
|
||||
"_%n more..._::_%n more..._" => array("",""),
|
||||
"RSS feed" => "ارایس ایس فیڈ",
|
||||
"No activities yet." => "ابھی کوئ سرگرمیاں نہیں"
|
||||
"No activities yet." => "ابھی کوئ سرگرمیاں نہیں",
|
||||
"Daily" => "روزانہ",
|
||||
"Weekly" => "ہفتہ روزا"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
@ -7,6 +7,8 @@ $TRANSLATIONS = array(
|
|||
"RSS feed" => "RSS feed",
|
||||
"No activities yet." => "Chưa có hoạt động nào.",
|
||||
"You will see a list of events here when you start to use your %s." => "Bạn sẽ thấy danh sách các sự kiện ở đây khi bạn bắt đầu sử dụng %s .",
|
||||
"Notifications" => "Thông b"
|
||||
"Notifications" => "Thông b",
|
||||
"Daily" => "Hàng ngày",
|
||||
"Weekly" => "Hàng tuần"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|
||||
|
|
|
@ -24,6 +24,8 @@ $TRANSLATIONS = array(
|
|||
"You will see a list of events here when you start to use your %s." => "当您开始使用%s,您会在此看到一系列事件。",
|
||||
"Notifications" => "提示",
|
||||
"Mail" => "邮件",
|
||||
"Stream" => "流"
|
||||
"Stream" => "流",
|
||||
"Daily" => "每天",
|
||||
"Weekly" => "每周"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|
||||
|
|
|
@ -7,6 +7,8 @@ $TRANSLATIONS = array(
|
|||
"RSS feed" => "RSS 來源",
|
||||
"No activities yet." => "沒有正在活動的。",
|
||||
"You will see a list of events here when you start to use your %s." => "當您開始使用您的 %s 時候,您將會在這看到事件列表。",
|
||||
"Notifications" => "通知"
|
||||
"Notifications" => "通知",
|
||||
"Daily" => "每日",
|
||||
"Weekly" => "每週"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|
||||
|
|
Загрузка…
Ссылка в новой задаче