[tx-robot] updated from transifex
This commit is contained in:
Родитель
8749dd6ccd
Коммит
118175caa2
|
@ -14,6 +14,10 @@ OC.L10N.register(
|
|||
"Details" : "Besonderhede",
|
||||
"Description" : "Beskrywing",
|
||||
"Expiration date" : "Vervaldatum",
|
||||
"Week" : "Week",
|
||||
"Hour" : "Uur",
|
||||
"Day" : "Dag",
|
||||
"Month" : "Maand",
|
||||
"Unknown user" : "Onbekende gebruiker",
|
||||
"OK" : "Goed",
|
||||
"Public access" : "Openbare toegang"
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
"Details" : "Besonderhede",
|
||||
"Description" : "Beskrywing",
|
||||
"Expiration date" : "Vervaldatum",
|
||||
"Week" : "Week",
|
||||
"Hour" : "Uur",
|
||||
"Day" : "Dag",
|
||||
"Month" : "Maand",
|
||||
"Unknown user" : "Onbekende gebruiker",
|
||||
"OK" : "Goed",
|
||||
"Public access" : "Openbare toegang"
|
||||
|
|
|
@ -19,6 +19,10 @@ OC.L10N.register(
|
|||
"Shares" : "Споделени",
|
||||
"Description" : "Описание",
|
||||
"Expiration date" : "Валидност",
|
||||
"Week" : "Седмица",
|
||||
"Hour" : "Час",
|
||||
"Day" : "Ден",
|
||||
"Month" : "Месец",
|
||||
"Unknown user" : "Непознат потребител",
|
||||
"OK" : "ОК",
|
||||
"Public access" : "Публичен достъп"
|
||||
|
|
|
@ -17,6 +17,10 @@
|
|||
"Shares" : "Споделени",
|
||||
"Description" : "Описание",
|
||||
"Expiration date" : "Валидност",
|
||||
"Week" : "Седмица",
|
||||
"Hour" : "Час",
|
||||
"Day" : "Ден",
|
||||
"Month" : "Месец",
|
||||
"Unknown user" : "Непознат потребител",
|
||||
"OK" : "ОК",
|
||||
"Public access" : "Публичен достъп"
|
||||
|
|
|
@ -12,6 +12,10 @@ OC.L10N.register(
|
|||
"Shares" : "ভাগাভাগি",
|
||||
"Description" : "বিবরণ",
|
||||
"Expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ",
|
||||
"Week" : "সপ্তাহ",
|
||||
"Hour" : "ঘন্টা",
|
||||
"Day" : "দিবস",
|
||||
"Month" : "মাস",
|
||||
"Unknown user" : "অপরিচিত ব্যবহারকারী",
|
||||
"OK" : "তথাস্তু"
|
||||
},
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
"Shares" : "ভাগাভাগি",
|
||||
"Description" : "বিবরণ",
|
||||
"Expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ",
|
||||
"Week" : "সপ্তাহ",
|
||||
"Hour" : "ঘন্টা",
|
||||
"Day" : "দিবস",
|
||||
"Month" : "মাস",
|
||||
"Unknown user" : "অপরিচিত ব্যবহারকারী",
|
||||
"OK" : "তথাস্তু"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
|
|
@ -11,6 +11,9 @@ OC.L10N.register(
|
|||
"never" : "nikad",
|
||||
"Description" : "Opis",
|
||||
"Expiration date" : "Datum isteka",
|
||||
"Week" : "Sedmica",
|
||||
"Day" : "Dan",
|
||||
"Month" : "Mjesec",
|
||||
"OK" : "OK"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
"never" : "nikad",
|
||||
"Description" : "Opis",
|
||||
"Expiration date" : "Datum isteka",
|
||||
"Week" : "Sedmica",
|
||||
"Day" : "Dan",
|
||||
"Month" : "Mjesec",
|
||||
"OK" : "OK"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
}
|
|
@ -39,13 +39,16 @@ OC.L10N.register(
|
|||
"Poll configurations" : "Configuracions de l'enquesta",
|
||||
"Allow \"maybe\" vote" : "Permet el vot \"potser\"",
|
||||
"Anonymous poll" : "Enquesta anònima",
|
||||
"Hide user names for admin" : "Amaga els noms d'usuaris per l'administrador",
|
||||
"Expiration date" : "Data de caducitat",
|
||||
"Writing poll" : "S'està escrivint l'enquesta",
|
||||
"Update poll" : "Actualitza l'enquesta",
|
||||
"Title must not be empty!" : "El títol no pot estar buit",
|
||||
"%n successfully saved" : "S'ha desat %n correctament",
|
||||
"Shift all date options" : "Desplaça totes les opcions de dates",
|
||||
"Week" : "Setmana",
|
||||
"Hour" : "Hora",
|
||||
"Day" : "Dia",
|
||||
"Month" : "Mes",
|
||||
"Click to add a date" : "Feu clic per afegir una data",
|
||||
"Link copied to clipboard" : "S'ha copiat l'enllaç al porta-retalls",
|
||||
"Unknown user" : "Usuari desconegut",
|
||||
|
|
|
@ -37,13 +37,16 @@
|
|||
"Poll configurations" : "Configuracions de l'enquesta",
|
||||
"Allow \"maybe\" vote" : "Permet el vot \"potser\"",
|
||||
"Anonymous poll" : "Enquesta anònima",
|
||||
"Hide user names for admin" : "Amaga els noms d'usuaris per l'administrador",
|
||||
"Expiration date" : "Data de caducitat",
|
||||
"Writing poll" : "S'està escrivint l'enquesta",
|
||||
"Update poll" : "Actualitza l'enquesta",
|
||||
"Title must not be empty!" : "El títol no pot estar buit",
|
||||
"%n successfully saved" : "S'ha desat %n correctament",
|
||||
"Shift all date options" : "Desplaça totes les opcions de dates",
|
||||
"Week" : "Setmana",
|
||||
"Hour" : "Hora",
|
||||
"Day" : "Dia",
|
||||
"Month" : "Mes",
|
||||
"Click to add a date" : "Feu clic per afegir una data",
|
||||
"Link copied to clipboard" : "S'ha copiat l'enllaç al porta-retalls",
|
||||
"Unknown user" : "Usuari desconegut",
|
||||
|
|
|
@ -80,7 +80,6 @@ OC.L10N.register(
|
|||
"Allow admins to edit this poll" : "Umožnit správcům upravovat tuto anketu",
|
||||
"Allow \"maybe\" vote" : "Umožnit hlasovat „možná“",
|
||||
"Anonymous poll" : "Anonymní anketa",
|
||||
"Hide user names for admin" : "Skrýt správcům uživatelská jména",
|
||||
"Expiration date" : "Datum skončení platnosti",
|
||||
"Writing poll" : "Anketa se zapisuje",
|
||||
"Update poll" : "Aktualizovat anketu",
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
"Allow admins to edit this poll" : "Umožnit správcům upravovat tuto anketu",
|
||||
"Allow \"maybe\" vote" : "Umožnit hlasovat „možná“",
|
||||
"Anonymous poll" : "Anonymní anketa",
|
||||
"Hide user names for admin" : "Skrýt správcům uživatelská jména",
|
||||
"Expiration date" : "Datum skončení platnosti",
|
||||
"Writing poll" : "Anketa se zapisuje",
|
||||
"Update poll" : "Aktualizovat anketu",
|
||||
|
|
|
@ -10,6 +10,9 @@ OC.L10N.register(
|
|||
"Details" : "Manylion",
|
||||
"Description" : "Disgrifiad",
|
||||
"Expiration date" : "Dyddiad dod i ben",
|
||||
"Week" : "Wythnos",
|
||||
"Day" : "Diwrnod",
|
||||
"Month" : "Mis",
|
||||
"OK" : "Iawn",
|
||||
"Public access" : "Mynediad cyhoeddus"
|
||||
},
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"Details" : "Manylion",
|
||||
"Description" : "Disgrifiad",
|
||||
"Expiration date" : "Dyddiad dod i ben",
|
||||
"Week" : "Wythnos",
|
||||
"Day" : "Diwrnod",
|
||||
"Month" : "Mis",
|
||||
"OK" : "Iawn",
|
||||
"Public access" : "Mynediad cyhoeddus"
|
||||
},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
|
||||
|
|
|
@ -31,11 +31,14 @@ OC.L10N.register(
|
|||
"Description" : "Beskrivelse",
|
||||
"Allow \"maybe\" vote" : "Tillad \"måske\" stemmer",
|
||||
"Anonymous poll" : "Anonym afstemning",
|
||||
"Hide user names for admin" : "Skjul brugernavne for administrator",
|
||||
"Expiration date" : "Udløbsdato",
|
||||
"Update poll" : "Opdatér afstemning",
|
||||
"Title must not be empty!" : "Overskriften må ikke være tom!",
|
||||
"%n successfully saved" : "%n blev gemt",
|
||||
"Week" : "Uge",
|
||||
"Hour" : "Time",
|
||||
"Day" : "Dag",
|
||||
"Month" : "Måned",
|
||||
"Click to add a date" : "Klik for at tilføje en dato",
|
||||
"Link copied to clipboard" : "Link kopieret til udklipsholder",
|
||||
"Unknown user" : "Ukendt bruger",
|
||||
|
|
|
@ -29,11 +29,14 @@
|
|||
"Description" : "Beskrivelse",
|
||||
"Allow \"maybe\" vote" : "Tillad \"måske\" stemmer",
|
||||
"Anonymous poll" : "Anonym afstemning",
|
||||
"Hide user names for admin" : "Skjul brugernavne for administrator",
|
||||
"Expiration date" : "Udløbsdato",
|
||||
"Update poll" : "Opdatér afstemning",
|
||||
"Title must not be empty!" : "Overskriften må ikke være tom!",
|
||||
"%n successfully saved" : "%n blev gemt",
|
||||
"Week" : "Uge",
|
||||
"Hour" : "Time",
|
||||
"Day" : "Dag",
|
||||
"Month" : "Måned",
|
||||
"Click to add a date" : "Klik for at tilføje en dato",
|
||||
"Link copied to clipboard" : "Link kopieret til udklipsholder",
|
||||
"Unknown user" : "Ukendt bruger",
|
||||
|
|
|
@ -80,7 +80,6 @@ OC.L10N.register(
|
|||
"Allow admins to edit this poll" : "Erlaube Administratoren, diese Umfrage zu bearbeiten",
|
||||
"Allow \"maybe\" vote" : "\"Vielleicht\" erlauben",
|
||||
"Anonymous poll" : "Anonyme Umfrage",
|
||||
"Hide user names for admin" : "Namen der Teilnehmer vor Administrator verbergen",
|
||||
"Expiration date" : "Ablaufdatum",
|
||||
"Writing poll" : "Schreibe Umfrage",
|
||||
"Update poll" : "Umfrage aktualisieren",
|
||||
|
@ -91,6 +90,11 @@ OC.L10N.register(
|
|||
"Shift" : "Verschieben",
|
||||
"Available Options" : "Verfügbare Optionen",
|
||||
"Delete option" : "Option löschen",
|
||||
"Week" : "Woche",
|
||||
"Hour" : "Stunde",
|
||||
"Day" : "Tag",
|
||||
"Month" : "Monat",
|
||||
"Year" : "Jahr",
|
||||
"Click to add a date" : "Klicken um Datum hinzuzufügen",
|
||||
"Add a new text option" : "Neue Textoption hinzufügen",
|
||||
"Enter option text" : "Optionstext eingeben",
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
"Allow admins to edit this poll" : "Erlaube Administratoren, diese Umfrage zu bearbeiten",
|
||||
"Allow \"maybe\" vote" : "\"Vielleicht\" erlauben",
|
||||
"Anonymous poll" : "Anonyme Umfrage",
|
||||
"Hide user names for admin" : "Namen der Teilnehmer vor Administrator verbergen",
|
||||
"Expiration date" : "Ablaufdatum",
|
||||
"Writing poll" : "Schreibe Umfrage",
|
||||
"Update poll" : "Umfrage aktualisieren",
|
||||
|
@ -89,6 +88,11 @@
|
|||
"Shift" : "Verschieben",
|
||||
"Available Options" : "Verfügbare Optionen",
|
||||
"Delete option" : "Option löschen",
|
||||
"Week" : "Woche",
|
||||
"Hour" : "Stunde",
|
||||
"Day" : "Tag",
|
||||
"Month" : "Monat",
|
||||
"Year" : "Jahr",
|
||||
"Click to add a date" : "Klicken um Datum hinzuzufügen",
|
||||
"Add a new text option" : "Neue Textoption hinzufügen",
|
||||
"Enter option text" : "Optionstext eingeben",
|
||||
|
|
|
@ -80,7 +80,6 @@ OC.L10N.register(
|
|||
"Allow admins to edit this poll" : "Erlauben Sie Administratoren, diese Umfrage zu bearbeiten",
|
||||
"Allow \"maybe\" vote" : "\"Vielleicht\" erlauben",
|
||||
"Anonymous poll" : "Anonyme Umfrage",
|
||||
"Hide user names for admin" : "Namen der Teilnehmer vor Administrator verbergen",
|
||||
"Expiration date" : "Ablaufdatum",
|
||||
"Writing poll" : "Schreibe Umfrage",
|
||||
"Update poll" : "Umfrage aktualisieren",
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
"Allow admins to edit this poll" : "Erlauben Sie Administratoren, diese Umfrage zu bearbeiten",
|
||||
"Allow \"maybe\" vote" : "\"Vielleicht\" erlauben",
|
||||
"Anonymous poll" : "Anonyme Umfrage",
|
||||
"Hide user names for admin" : "Namen der Teilnehmer vor Administrator verbergen",
|
||||
"Expiration date" : "Ablaufdatum",
|
||||
"Writing poll" : "Schreibe Umfrage",
|
||||
"Update poll" : "Umfrage aktualisieren",
|
||||
|
|
|
@ -80,7 +80,6 @@ OC.L10N.register(
|
|||
"Allow admins to edit this poll" : "Επιτρέπεται σε διαχειριστές να επεξεργαστούν τη δημοσκόπηση",
|
||||
"Allow \"maybe\" vote" : "Να επιτρέπετε η ψήφος \"ίσως\"",
|
||||
"Anonymous poll" : "Ανώνυμη ψηφοφορία",
|
||||
"Hide user names for admin" : "Απόκρυψη ονομάτος χρηστών για τον διαχειριστή",
|
||||
"Expiration date" : "Ημερομηνία λήξης",
|
||||
"Writing poll" : "Εγγραφή δημοσκόπησης",
|
||||
"Update poll" : "Ενημέρωση ψηφοφορίας",
|
||||
|
@ -91,6 +90,11 @@ OC.L10N.register(
|
|||
"Shift" : "Αλλαγή",
|
||||
"Available Options" : "Διαθέσιμες Επιλογές",
|
||||
"Delete option" : "Επιλογή διαγραφής",
|
||||
"Week" : "Εβδομάδα",
|
||||
"Hour" : "Ώρα",
|
||||
"Day" : "Ημέρα",
|
||||
"Month" : "Μήνας",
|
||||
"Year" : "Έτος",
|
||||
"Click to add a date" : "Κάντε κλικ για να προσθέσετε ημερομηνία",
|
||||
"Add a new text option" : "Προσθήκη νέας επιλογής κειμένου",
|
||||
"Enter option text" : "Εισαγάγετε επιλογές κειμένου",
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
"Allow admins to edit this poll" : "Επιτρέπεται σε διαχειριστές να επεξεργαστούν τη δημοσκόπηση",
|
||||
"Allow \"maybe\" vote" : "Να επιτρέπετε η ψήφος \"ίσως\"",
|
||||
"Anonymous poll" : "Ανώνυμη ψηφοφορία",
|
||||
"Hide user names for admin" : "Απόκρυψη ονομάτος χρηστών για τον διαχειριστή",
|
||||
"Expiration date" : "Ημερομηνία λήξης",
|
||||
"Writing poll" : "Εγγραφή δημοσκόπησης",
|
||||
"Update poll" : "Ενημέρωση ψηφοφορίας",
|
||||
|
@ -89,6 +88,11 @@
|
|||
"Shift" : "Αλλαγή",
|
||||
"Available Options" : "Διαθέσιμες Επιλογές",
|
||||
"Delete option" : "Επιλογή διαγραφής",
|
||||
"Week" : "Εβδομάδα",
|
||||
"Hour" : "Ώρα",
|
||||
"Day" : "Ημέρα",
|
||||
"Month" : "Μήνας",
|
||||
"Year" : "Έτος",
|
||||
"Click to add a date" : "Κάντε κλικ για να προσθέσετε ημερομηνία",
|
||||
"Add a new text option" : "Προσθήκη νέας επιλογής κειμένου",
|
||||
"Enter option text" : "Εισαγάγετε επιλογές κειμένου",
|
||||
|
|
|
@ -27,7 +27,6 @@ OC.L10N.register(
|
|||
"Configuration" : "Configuration",
|
||||
"Shares" : "Shares",
|
||||
"Description" : "Description",
|
||||
"Hide user names for admin" : "Hide user names for admin",
|
||||
"Expiration date" : "Expiration date",
|
||||
"Update poll" : "Update poll",
|
||||
"Unknown user" : "Unknown user",
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
"Configuration" : "Configuration",
|
||||
"Shares" : "Shares",
|
||||
"Description" : "Description",
|
||||
"Hide user names for admin" : "Hide user names for admin",
|
||||
"Expiration date" : "Expiration date",
|
||||
"Update poll" : "Update poll",
|
||||
"Unknown user" : "Unknown user",
|
||||
|
|
|
@ -35,7 +35,6 @@ OC.L10N.register(
|
|||
"Poll configurations" : "Enketa agordo",
|
||||
"Allow \"maybe\" vote" : "Permesi respondi per „Eble“",
|
||||
"Anonymous poll" : "Enketo sennoma",
|
||||
"Hide user names for admin" : "Kaŝi uzantnomojn al administranto",
|
||||
"Expiration date" : "Limdato",
|
||||
"Writing poll" : "Redakti enketon",
|
||||
"Update poll" : "Ĝisdatigi enketon",
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
"Poll configurations" : "Enketa agordo",
|
||||
"Allow \"maybe\" vote" : "Permesi respondi per „Eble“",
|
||||
"Anonymous poll" : "Enketo sennoma",
|
||||
"Hide user names for admin" : "Kaŝi uzantnomojn al administranto",
|
||||
"Expiration date" : "Limdato",
|
||||
"Writing poll" : "Redakti enketon",
|
||||
"Update poll" : "Ĝisdatigi enketon",
|
||||
|
|
|
@ -80,7 +80,6 @@ OC.L10N.register(
|
|||
"Allow admins to edit this poll" : "Permitir a los administradores editar esta encuesta",
|
||||
"Allow \"maybe\" vote" : "Permitir voto \"quizás\"",
|
||||
"Anonymous poll" : "Votación anónima",
|
||||
"Hide user names for admin" : "Esconder los nombres de usuario al administrador",
|
||||
"Expiration date" : "Fecha de finalización",
|
||||
"Writing poll" : "Votación por escrito",
|
||||
"Update poll" : "Actualizar votación",
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
"Allow admins to edit this poll" : "Permitir a los administradores editar esta encuesta",
|
||||
"Allow \"maybe\" vote" : "Permitir voto \"quizás\"",
|
||||
"Anonymous poll" : "Votación anónima",
|
||||
"Hide user names for admin" : "Esconder los nombres de usuario al administrador",
|
||||
"Expiration date" : "Fecha de finalización",
|
||||
"Writing poll" : "Votación por escrito",
|
||||
"Update poll" : "Actualizar votación",
|
||||
|
|
|
@ -23,7 +23,6 @@ OC.L10N.register(
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -25,7 +25,6 @@ OC.L10N.register(
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -25,7 +25,6 @@ OC.L10N.register(
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -25,9 +25,12 @@ OC.L10N.register(
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Week" : "Semana",
|
||||
"Hour" : "Hora",
|
||||
"Day" : "Día",
|
||||
"Month" : "Mes",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"OK" : "OK",
|
||||
|
|
|
@ -23,9 +23,12 @@
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Week" : "Semana",
|
||||
"Hour" : "Hora",
|
||||
"Day" : "Día",
|
||||
"Month" : "Mes",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"OK" : "OK",
|
||||
|
|
|
@ -25,7 +25,6 @@ OC.L10N.register(
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -25,9 +25,12 @@ OC.L10N.register(
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Week" : "Semana",
|
||||
"Hour" : "Hora",
|
||||
"Day" : "Día",
|
||||
"Month" : "Mes",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"OK" : "OK",
|
||||
|
|
|
@ -23,9 +23,12 @@
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Week" : "Semana",
|
||||
"Hour" : "Hora",
|
||||
"Day" : "Día",
|
||||
"Month" : "Mes",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"OK" : "OK",
|
||||
|
|
|
@ -25,7 +25,6 @@ OC.L10N.register(
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -23,7 +23,6 @@ OC.L10N.register(
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -27,7 +27,6 @@ OC.L10N.register(
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -23,9 +23,12 @@ OC.L10N.register(
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Week" : "Semana",
|
||||
"Hour" : "Hora",
|
||||
"Day" : "Día",
|
||||
"Month" : "Mes",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"OK" : "OK",
|
||||
|
|
|
@ -21,9 +21,12 @@
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Week" : "Semana",
|
||||
"Hour" : "Hora",
|
||||
"Day" : "Día",
|
||||
"Month" : "Mes",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"OK" : "OK",
|
||||
|
|
|
@ -23,7 +23,6 @@ OC.L10N.register(
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -23,7 +23,6 @@ OC.L10N.register(
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -23,9 +23,12 @@ OC.L10N.register(
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Week" : "Semana",
|
||||
"Hour" : "Hora",
|
||||
"Day" : "Día",
|
||||
"Month" : "Mes",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"OK" : "OK",
|
||||
|
|
|
@ -21,9 +21,12 @@
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Week" : "Semana",
|
||||
"Hour" : "Hora",
|
||||
"Day" : "Día",
|
||||
"Month" : "Mes",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"OK" : "OK",
|
||||
|
|
|
@ -23,9 +23,12 @@ OC.L10N.register(
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Week" : "Semana",
|
||||
"Hour" : "Hora",
|
||||
"Day" : "Día",
|
||||
"Month" : "Mes",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"OK" : "OK",
|
||||
|
|
|
@ -21,9 +21,12 @@
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Week" : "Semana",
|
||||
"Hour" : "Hora",
|
||||
"Day" : "Día",
|
||||
"Month" : "Mes",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"OK" : "OK",
|
||||
|
|
|
@ -25,9 +25,12 @@ OC.L10N.register(
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Week" : "Semana",
|
||||
"Hour" : "Hora",
|
||||
"Day" : "Día",
|
||||
"Month" : "Mes",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"OK" : "OK",
|
||||
|
|
|
@ -23,9 +23,12 @@
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Week" : "Semana",
|
||||
"Hour" : "Hora",
|
||||
"Day" : "Día",
|
||||
"Month" : "Mes",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"OK" : "OK",
|
||||
|
|
|
@ -23,7 +23,6 @@ OC.L10N.register(
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
"Configuration" : "Configuración",
|
||||
"Shares" : "Elementos compartidos",
|
||||
"Description" : "Descripción",
|
||||
"Hide user names for admin" : "Ocultar los nombres de usuario de admin",
|
||||
"Expiration date" : "Fecha de expiración",
|
||||
"Update poll" : "Actualizar encuesta",
|
||||
"Unknown user" : "Ususario desconocido",
|
||||
|
|
|
@ -24,7 +24,6 @@ OC.L10N.register(
|
|||
"Configuration" : "Seadistamine",
|
||||
"Shares" : "Jagamisi",
|
||||
"Description" : "Kirjeldus",
|
||||
"Hide user names for admin" : "Kasutajanimede peitmine administraatori eest",
|
||||
"Expiration date" : "Aegumise kuupäev",
|
||||
"Update poll" : "Uuenda küsitlust",
|
||||
"Unknown user" : "Tundmatu kasutaja",
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
"Configuration" : "Seadistamine",
|
||||
"Shares" : "Jagamisi",
|
||||
"Description" : "Kirjeldus",
|
||||
"Hide user names for admin" : "Kasutajanimede peitmine administraatori eest",
|
||||
"Expiration date" : "Aegumise kuupäev",
|
||||
"Update poll" : "Uuenda küsitlust",
|
||||
"Unknown user" : "Tundmatu kasutaja",
|
||||
|
|
|
@ -80,7 +80,6 @@ OC.L10N.register(
|
|||
"Allow admins to edit this poll" : "به مدیران اجازه دهید این نظرسنجی را ویرایش کردن",
|
||||
"Allow \"maybe\" vote" : "اجازه دهید \"شاید\" رأی دهید",
|
||||
"Anonymous poll" : "نظرسنجی ناشناس",
|
||||
"Hide user names for admin" : "نام کاربری را برای مدیر مخفی کنید",
|
||||
"Expiration date" : "تاریخ انقضا",
|
||||
"Writing poll" : "نظرسنجی در مورد نوشتن",
|
||||
"Update poll" : "نظرسنجی را به روز کنید",
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
"Allow admins to edit this poll" : "به مدیران اجازه دهید این نظرسنجی را ویرایش کردن",
|
||||
"Allow \"maybe\" vote" : "اجازه دهید \"شاید\" رأی دهید",
|
||||
"Anonymous poll" : "نظرسنجی ناشناس",
|
||||
"Hide user names for admin" : "نام کاربری را برای مدیر مخفی کنید",
|
||||
"Expiration date" : "تاریخ انقضا",
|
||||
"Writing poll" : "نظرسنجی در مورد نوشتن",
|
||||
"Update poll" : "نظرسنجی را به روز کنید",
|
||||
|
|
|
@ -33,7 +33,6 @@ OC.L10N.register(
|
|||
"Poll configurations" : "Kyselyn asetukset",
|
||||
"Allow \"maybe\" vote" : "Salli \"ehkä\"-ääni",
|
||||
"Anonymous poll" : "Anonyymi kysely",
|
||||
"Hide user names for admin" : "Piilota käyttäjänimet ylläpitäjältä",
|
||||
"Expiration date" : "Vanhenemispäivä",
|
||||
"Update poll" : "Päivitä kysely",
|
||||
"Title must not be empty!" : "Nimi ei voi olla tyhjä!",
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
"Poll configurations" : "Kyselyn asetukset",
|
||||
"Allow \"maybe\" vote" : "Salli \"ehkä\"-ääni",
|
||||
"Anonymous poll" : "Anonyymi kysely",
|
||||
"Hide user names for admin" : "Piilota käyttäjänimet ylläpitäjältä",
|
||||
"Expiration date" : "Vanhenemispäivä",
|
||||
"Update poll" : "Päivitä kysely",
|
||||
"Title must not be empty!" : "Nimi ei voi olla tyhjä!",
|
||||
|
|
|
@ -80,7 +80,6 @@ OC.L10N.register(
|
|||
"Allow admins to edit this poll" : "Autoriser les administrateurs à modifier le sondage",
|
||||
"Allow \"maybe\" vote" : "Autoriser la réponse \"Peut-être\"",
|
||||
"Anonymous poll" : "Sondage anonyme",
|
||||
"Hide user names for admin" : "Masquer les noms d'utilisateurs à l'administrateur",
|
||||
"Expiration date" : "Date d'expiration",
|
||||
"Writing poll" : "Rédiger le sondage",
|
||||
"Update poll" : "Mettre à jour le sondage",
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
"Allow admins to edit this poll" : "Autoriser les administrateurs à modifier le sondage",
|
||||
"Allow \"maybe\" vote" : "Autoriser la réponse \"Peut-être\"",
|
||||
"Anonymous poll" : "Sondage anonyme",
|
||||
"Hide user names for admin" : "Masquer les noms d'utilisateurs à l'administrateur",
|
||||
"Expiration date" : "Date d'expiration",
|
||||
"Writing poll" : "Rédiger le sondage",
|
||||
"Update poll" : "Mettre à jour le sondage",
|
||||
|
|
|
@ -80,7 +80,6 @@ OC.L10N.register(
|
|||
"Allow admins to edit this poll" : "Permitir aos administradores editar esta enquisa",
|
||||
"Allow \"maybe\" vote" : "Permitir o voto «quizais»",
|
||||
"Anonymous poll" : "Enquisa anónima",
|
||||
"Hide user names for admin" : "Agochar os nomes de usuario ao administrador",
|
||||
"Expiration date" : "Data de caducidade",
|
||||
"Writing poll" : "Rexistrando a enquisa",
|
||||
"Update poll" : "Actualizar a enquisa",
|
||||
|
@ -91,6 +90,11 @@ OC.L10N.register(
|
|||
"Shift" : "Cambiar",
|
||||
"Available Options" : "Opcións dispoñíbeis",
|
||||
"Delete option" : "Eliminar opción",
|
||||
"Week" : "Semana",
|
||||
"Hour" : "Hora",
|
||||
"Day" : "Día",
|
||||
"Month" : "Mes",
|
||||
"Year" : "Ano",
|
||||
"Click to add a date" : "Prema para engadir unha data",
|
||||
"Add a new text option" : "Engadir unha nova opción de texto",
|
||||
"Enter option text" : "Introduza o texto da opción",
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
"Allow admins to edit this poll" : "Permitir aos administradores editar esta enquisa",
|
||||
"Allow \"maybe\" vote" : "Permitir o voto «quizais»",
|
||||
"Anonymous poll" : "Enquisa anónima",
|
||||
"Hide user names for admin" : "Agochar os nomes de usuario ao administrador",
|
||||
"Expiration date" : "Data de caducidade",
|
||||
"Writing poll" : "Rexistrando a enquisa",
|
||||
"Update poll" : "Actualizar a enquisa",
|
||||
|
@ -89,6 +88,11 @@
|
|||
"Shift" : "Cambiar",
|
||||
"Available Options" : "Opcións dispoñíbeis",
|
||||
"Delete option" : "Eliminar opción",
|
||||
"Week" : "Semana",
|
||||
"Hour" : "Hora",
|
||||
"Day" : "Día",
|
||||
"Month" : "Mes",
|
||||
"Year" : "Ano",
|
||||
"Click to add a date" : "Prema para engadir unha data",
|
||||
"Add a new text option" : "Engadir unha nova opción de texto",
|
||||
"Enter option text" : "Introduza o texto da opción",
|
||||
|
|
|
@ -28,7 +28,6 @@ OC.L10N.register(
|
|||
"Options" : "אפשרויות",
|
||||
"Shares" : "שיתופים",
|
||||
"Description" : "תיאור",
|
||||
"Hide user names for admin" : "הסתרת שמות משתמשים למנהלים",
|
||||
"Expiration date" : "תאריך תפוגה",
|
||||
"Update poll" : "עדכון סקר",
|
||||
"Unknown user" : "משתמש לא ידוע",
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
"Options" : "אפשרויות",
|
||||
"Shares" : "שיתופים",
|
||||
"Description" : "תיאור",
|
||||
"Hide user names for admin" : "הסתרת שמות משתמשים למנהלים",
|
||||
"Expiration date" : "תאריך תפוגה",
|
||||
"Update poll" : "עדכון סקר",
|
||||
"Unknown user" : "משתמש לא ידוע",
|
||||
|
|
|
@ -69,7 +69,6 @@ OC.L10N.register(
|
|||
"Poll configurations" : "Konfiguracije anketa",
|
||||
"Allow \"maybe\" vote" : "Dopusti odgovor „možda”",
|
||||
"Anonymous poll" : "Anonimna anketa",
|
||||
"Hide user names for admin" : "Sakrij korisnička imena za administratora",
|
||||
"Expiration date" : "Datum isteka",
|
||||
"Writing poll" : "Pisanje ankete",
|
||||
"Update poll" : "Ažuriraj anketu",
|
||||
|
@ -79,6 +78,9 @@ OC.L10N.register(
|
|||
"Shift all date options" : "Mogućnosti pomicanja svih datuma",
|
||||
"Shift" : "Pomakni",
|
||||
"Available Options" : "Dostupne mogućnosti",
|
||||
"Week" : "Tjedan",
|
||||
"Day" : "Dan",
|
||||
"Month" : "Mjesec",
|
||||
"Click to add a date" : "Klikni za dodavanje datuma",
|
||||
"Add a new text option" : "Dodaj novu mogućnost teksta",
|
||||
"Invitations" : "Pozivnice",
|
||||
|
|
|
@ -67,7 +67,6 @@
|
|||
"Poll configurations" : "Konfiguracije anketa",
|
||||
"Allow \"maybe\" vote" : "Dopusti odgovor „možda”",
|
||||
"Anonymous poll" : "Anonimna anketa",
|
||||
"Hide user names for admin" : "Sakrij korisnička imena za administratora",
|
||||
"Expiration date" : "Datum isteka",
|
||||
"Writing poll" : "Pisanje ankete",
|
||||
"Update poll" : "Ažuriraj anketu",
|
||||
|
@ -77,6 +76,9 @@
|
|||
"Shift all date options" : "Mogućnosti pomicanja svih datuma",
|
||||
"Shift" : "Pomakni",
|
||||
"Available Options" : "Dostupne mogućnosti",
|
||||
"Week" : "Tjedan",
|
||||
"Day" : "Dan",
|
||||
"Month" : "Mjesec",
|
||||
"Click to add a date" : "Klikni za dodavanje datuma",
|
||||
"Add a new text option" : "Dodaj novu mogućnost teksta",
|
||||
"Invitations" : "Pozivnice",
|
||||
|
|
|
@ -34,12 +34,16 @@ OC.L10N.register(
|
|||
"Poll configurations" : "Szavazás beállítása",
|
||||
"Allow \"maybe\" vote" : "„Talán” szavazat engedélyezése",
|
||||
"Anonymous poll" : "Névtelen szavazás",
|
||||
"Hide user names for admin" : "Felhasználónevek elrejtése a rendszergazdának",
|
||||
"Expiration date" : "Lejárati dátum",
|
||||
"Writing poll" : "Szavazás írása",
|
||||
"Update poll" : "Szavazás frissítése",
|
||||
"Title must not be empty!" : "A cím nem lehet üres!",
|
||||
"%n successfully saved" : "%n sikeresen mentve",
|
||||
"Week" : "Hét",
|
||||
"Hour" : "Óra",
|
||||
"Day" : "Nap",
|
||||
"Month" : "Hónap",
|
||||
"Year" : "Év",
|
||||
"Click to add a date" : "Kattints a dátum hozzáadásához",
|
||||
"Link copied to clipboard" : "Hivatkozás bemásolva a vágólapra",
|
||||
"Unknown user" : "Ismeretlen felhasználó",
|
||||
|
|
|
@ -32,12 +32,16 @@
|
|||
"Poll configurations" : "Szavazás beállítása",
|
||||
"Allow \"maybe\" vote" : "„Talán” szavazat engedélyezése",
|
||||
"Anonymous poll" : "Névtelen szavazás",
|
||||
"Hide user names for admin" : "Felhasználónevek elrejtése a rendszergazdának",
|
||||
"Expiration date" : "Lejárati dátum",
|
||||
"Writing poll" : "Szavazás írása",
|
||||
"Update poll" : "Szavazás frissítése",
|
||||
"Title must not be empty!" : "A cím nem lehet üres!",
|
||||
"%n successfully saved" : "%n sikeresen mentve",
|
||||
"Week" : "Hét",
|
||||
"Hour" : "Óra",
|
||||
"Day" : "Nap",
|
||||
"Month" : "Hónap",
|
||||
"Year" : "Év",
|
||||
"Click to add a date" : "Kattints a dátum hozzáadásához",
|
||||
"Link copied to clipboard" : "Hivatkozás bemásolva a vágólapra",
|
||||
"Unknown user" : "Ismeretlen felhasználó",
|
||||
|
|
|
@ -11,6 +11,9 @@ OC.L10N.register(
|
|||
"Details" : "Մանրամասներ",
|
||||
"Description" : "Նկարագրություն",
|
||||
"Expiration date" : "Վավերականության ժամկետ",
|
||||
"Week" : "Շաբաթ",
|
||||
"Day" : "Օր",
|
||||
"Month" : "Ամիս",
|
||||
"OK" : "Լավ"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
"Details" : "Մանրամասներ",
|
||||
"Description" : "Նկարագրություն",
|
||||
"Expiration date" : "Վավերականության ժամկետ",
|
||||
"Week" : "Շաբաթ",
|
||||
"Day" : "Օր",
|
||||
"Month" : "Ամիս",
|
||||
"OK" : "Լավ"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -16,6 +16,9 @@ OC.L10N.register(
|
|||
"Shares" : "Compartimentos",
|
||||
"Description" : "Description",
|
||||
"Expiration date" : "Data de expiration",
|
||||
"Week" : "Septimana",
|
||||
"Day" : "Die",
|
||||
"Month" : "Mense",
|
||||
"Unknown user" : "Usator incognite",
|
||||
"OK" : "Ok",
|
||||
"Public access" : "Accesso public"
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"Shares" : "Compartimentos",
|
||||
"Description" : "Description",
|
||||
"Expiration date" : "Data de expiration",
|
||||
"Week" : "Septimana",
|
||||
"Day" : "Die",
|
||||
"Month" : "Mense",
|
||||
"Unknown user" : "Usator incognite",
|
||||
"OK" : "Ok",
|
||||
"Public access" : "Accesso public"
|
||||
|
|
|
@ -37,7 +37,6 @@ OC.L10N.register(
|
|||
"Poll configurations" : "Uppsetningar kannana",
|
||||
"Allow \"maybe\" vote" : "Leyfa \"kannski\"-atkvæði",
|
||||
"Anonymous poll" : "Nafnlaus könnun",
|
||||
"Hide user names for admin" : "Fela notendanöfn fyrir kerfisstjórum",
|
||||
"Expiration date" : "Gildir til",
|
||||
"Writing poll" : "Skrifa könnun",
|
||||
"Update poll" : "Uppfæra könnun",
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
"Poll configurations" : "Uppsetningar kannana",
|
||||
"Allow \"maybe\" vote" : "Leyfa \"kannski\"-atkvæði",
|
||||
"Anonymous poll" : "Nafnlaus könnun",
|
||||
"Hide user names for admin" : "Fela notendanöfn fyrir kerfisstjórum",
|
||||
"Expiration date" : "Gildir til",
|
||||
"Writing poll" : "Skrifa könnun",
|
||||
"Update poll" : "Uppfæra könnun",
|
||||
|
|
|
@ -80,7 +80,6 @@ OC.L10N.register(
|
|||
"Allow admins to edit this poll" : "Consenti agli amministratori di modificare questo sondaggio",
|
||||
"Allow \"maybe\" vote" : "Consenti il voto \"Forse\"",
|
||||
"Anonymous poll" : "Sondaggio anonimo",
|
||||
"Hide user names for admin" : "Nascondi i nomi utente degli amministratori",
|
||||
"Expiration date" : "Data di scadenza",
|
||||
"Writing poll" : "Scrittura del sondaggio",
|
||||
"Update poll" : "Aggiorna sondaggio",
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
"Allow admins to edit this poll" : "Consenti agli amministratori di modificare questo sondaggio",
|
||||
"Allow \"maybe\" vote" : "Consenti il voto \"Forse\"",
|
||||
"Anonymous poll" : "Sondaggio anonimo",
|
||||
"Hide user names for admin" : "Nascondi i nomi utente degli amministratori",
|
||||
"Expiration date" : "Data di scadenza",
|
||||
"Writing poll" : "Scrittura del sondaggio",
|
||||
"Update poll" : "Aggiorna sondaggio",
|
||||
|
|
|
@ -65,7 +65,6 @@ OC.L10N.register(
|
|||
"Poll configurations" : "投票設定",
|
||||
"Allow \"maybe\" vote" : "投票数に含まれない投票を許可",
|
||||
"Anonymous poll" : "匿名投票",
|
||||
"Hide user names for admin" : "管理者にユーザー名を隠す",
|
||||
"Expiration date" : "投票期限",
|
||||
"Writing poll" : "書き込み中の投票",
|
||||
"Update poll" : "投票を更新",
|
||||
|
@ -75,6 +74,10 @@ OC.L10N.register(
|
|||
"Shift all date options" : "日付の選択肢を全て移動",
|
||||
"Shift" : "移動",
|
||||
"Available Options" : "利用可能な選択肢",
|
||||
"Week" : "週",
|
||||
"Hour" : "時",
|
||||
"Day" : "日",
|
||||
"Month" : "月",
|
||||
"Click to add a date" : "クリックして日付を追加",
|
||||
"Add a new text option" : "新しいテキスト選択肢を追加",
|
||||
"Invitations" : "招待",
|
||||
|
|
|
@ -63,7 +63,6 @@
|
|||
"Poll configurations" : "投票設定",
|
||||
"Allow \"maybe\" vote" : "投票数に含まれない投票を許可",
|
||||
"Anonymous poll" : "匿名投票",
|
||||
"Hide user names for admin" : "管理者にユーザー名を隠す",
|
||||
"Expiration date" : "投票期限",
|
||||
"Writing poll" : "書き込み中の投票",
|
||||
"Update poll" : "投票を更新",
|
||||
|
@ -73,6 +72,10 @@
|
|||
"Shift all date options" : "日付の選択肢を全て移動",
|
||||
"Shift" : "移動",
|
||||
"Available Options" : "利用可能な選択肢",
|
||||
"Week" : "週",
|
||||
"Hour" : "時",
|
||||
"Day" : "日",
|
||||
"Month" : "月",
|
||||
"Click to add a date" : "クリックして日付を追加",
|
||||
"Add a new text option" : "新しいテキスト選択肢を追加",
|
||||
"Invitations" : "招待",
|
||||
|
|
|
@ -25,7 +25,6 @@ OC.L10N.register(
|
|||
"Configuration" : "კონფიგურაცია",
|
||||
"Shares" : "გაზიარებები",
|
||||
"Description" : "აღწერილობა",
|
||||
"Hide user names for admin" : "ადმინისტრატორებისთვის სახელების დამალვა",
|
||||
"Expiration date" : "გაუქმების თარიღი",
|
||||
"Update poll" : "გამოკითხვის განახლება",
|
||||
"Unknown user" : "ამოუცნობი მომხმარებელი",
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
"Configuration" : "კონფიგურაცია",
|
||||
"Shares" : "გაზიარებები",
|
||||
"Description" : "აღწერილობა",
|
||||
"Hide user names for admin" : "ადმინისტრატორებისთვის სახელების დამალვა",
|
||||
"Expiration date" : "გაუქმების თარიღი",
|
||||
"Update poll" : "გამოკითხვის განახლება",
|
||||
"Unknown user" : "ამოუცნობი მომხმარებელი",
|
||||
|
|
|
@ -25,7 +25,6 @@ OC.L10N.register(
|
|||
"Configuration" : "설정",
|
||||
"Shares" : "공유",
|
||||
"Description" : "설명",
|
||||
"Hide user names for admin" : "관리자에게 사용자 이름 숨기기",
|
||||
"Expiration date" : "만료 일자",
|
||||
"Update poll" : "투표 업데이트",
|
||||
"Unknown user" : "알 수 없는 사용자",
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
"Configuration" : "설정",
|
||||
"Shares" : "공유",
|
||||
"Description" : "설명",
|
||||
"Hide user names for admin" : "관리자에게 사용자 이름 숨기기",
|
||||
"Expiration date" : "만료 일자",
|
||||
"Update poll" : "투표 업데이트",
|
||||
"Unknown user" : "알 수 없는 사용자",
|
||||
|
|
|
@ -80,7 +80,6 @@ OC.L10N.register(
|
|||
"Allow admins to edit this poll" : "Leisti administratoriams taisyti šią apklausą",
|
||||
"Allow \"maybe\" vote" : "Leisti \"Galbūt\" balsą",
|
||||
"Anonymous poll" : "Anoniminė apklausa",
|
||||
"Hide user names for admin" : "Nerodyti administratoriams naudotojų vardus",
|
||||
"Expiration date" : "Galiojimo pabaigos data",
|
||||
"Writing poll" : "Įrašoma apklausa",
|
||||
"Update poll" : "Atnaujinti apklausą",
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
"Allow admins to edit this poll" : "Leisti administratoriams taisyti šią apklausą",
|
||||
"Allow \"maybe\" vote" : "Leisti \"Galbūt\" balsą",
|
||||
"Anonymous poll" : "Anoniminė apklausa",
|
||||
"Hide user names for admin" : "Nerodyti administratoriams naudotojų vardus",
|
||||
"Expiration date" : "Galiojimo pabaigos data",
|
||||
"Writing poll" : "Įrašoma apklausa",
|
||||
"Update poll" : "Atnaujinti apklausą",
|
||||
|
|
|
@ -25,7 +25,6 @@ OC.L10N.register(
|
|||
"Configuration" : "Oppsett",
|
||||
"Shares" : "Delinger",
|
||||
"Description" : "Beskrivelse",
|
||||
"Hide user names for admin" : "Skjul brukernavn for administratorer",
|
||||
"Expiration date" : "Utløpsdato",
|
||||
"Update poll" : "Oppdater avstemning",
|
||||
"Unknown user" : "Ukjent bruker",
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
"Configuration" : "Oppsett",
|
||||
"Shares" : "Delinger",
|
||||
"Description" : "Beskrivelse",
|
||||
"Hide user names for admin" : "Skjul brukernavn for administratorer",
|
||||
"Expiration date" : "Utløpsdato",
|
||||
"Update poll" : "Oppdater avstemning",
|
||||
"Unknown user" : "Ukjent bruker",
|
||||
|
|
|
@ -33,7 +33,7 @@ OC.L10N.register(
|
|||
"You can place your vote until %n. " : "Je kunt nu stemmen tot %n. ",
|
||||
"Comments" : "Reacties",
|
||||
"Delete comment" : "Verwijderen reactie",
|
||||
"No comments yet. Be the first." : "Nog geen reacties. Ben de eerste.",
|
||||
"No comments yet. Be the first." : "Nog geen reacties. Wees de eerste.",
|
||||
"Comment deleted" : "Reactie verwijderd",
|
||||
"Voting is no more possible, because this poll expired since %n." : "Stemmen is niet meer mogelijk omdat deze peiling is verlopen sinds %n.",
|
||||
"Error while deleting the comment" : "Fout bij verwijderen reactie",
|
||||
|
@ -78,7 +78,6 @@ OC.L10N.register(
|
|||
"Poll configurations" : "Peilingconfiguratie",
|
||||
"Allow \"maybe\" vote" : "Sta een Misschien stem toe",
|
||||
"Anonymous poll" : "Anonieme peiling",
|
||||
"Hide user names for admin" : "Verberg gebruikersnamen voor beheerder",
|
||||
"Expiration date" : "Vervaldatum",
|
||||
"Writing poll" : "Wegschrijven peiling",
|
||||
"Update poll" : "Peiling bijwerken",
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"You can place your vote until %n. " : "Je kunt nu stemmen tot %n. ",
|
||||
"Comments" : "Reacties",
|
||||
"Delete comment" : "Verwijderen reactie",
|
||||
"No comments yet. Be the first." : "Nog geen reacties. Ben de eerste.",
|
||||
"No comments yet. Be the first." : "Nog geen reacties. Wees de eerste.",
|
||||
"Comment deleted" : "Reactie verwijderd",
|
||||
"Voting is no more possible, because this poll expired since %n." : "Stemmen is niet meer mogelijk omdat deze peiling is verlopen sinds %n.",
|
||||
"Error while deleting the comment" : "Fout bij verwijderen reactie",
|
||||
|
@ -76,7 +76,6 @@
|
|||
"Poll configurations" : "Peilingconfiguratie",
|
||||
"Allow \"maybe\" vote" : "Sta een Misschien stem toe",
|
||||
"Anonymous poll" : "Anonieme peiling",
|
||||
"Hide user names for admin" : "Verberg gebruikersnamen voor beheerder",
|
||||
"Expiration date" : "Vervaldatum",
|
||||
"Writing poll" : "Wegschrijven peiling",
|
||||
"Update poll" : "Peiling bijwerken",
|
||||
|
|
|
@ -80,7 +80,6 @@ OC.L10N.register(
|
|||
"Allow admins to edit this poll" : "Pozwól administratorom edytować tę sondę",
|
||||
"Allow \"maybe\" vote" : "Zezwalaj głosować na \"może\"",
|
||||
"Anonymous poll" : "Anonimowa sonda",
|
||||
"Hide user names for admin" : "Ukryj nazwy użytkowników dla administratora",
|
||||
"Expiration date" : "Data wygaśnięcia",
|
||||
"Writing poll" : "Pisanie sondy",
|
||||
"Update poll" : "Aktualizuj sondę",
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
"Allow admins to edit this poll" : "Pozwól administratorom edytować tę sondę",
|
||||
"Allow \"maybe\" vote" : "Zezwalaj głosować na \"może\"",
|
||||
"Anonymous poll" : "Anonimowa sonda",
|
||||
"Hide user names for admin" : "Ukryj nazwy użytkowników dla administratora",
|
||||
"Expiration date" : "Data wygaśnięcia",
|
||||
"Writing poll" : "Pisanie sondy",
|
||||
"Update poll" : "Aktualizuj sondę",
|
||||
|
|
|
@ -80,7 +80,6 @@ OC.L10N.register(
|
|||
"Allow admins to edit this poll" : "Permitir que administradores editem esta enquete",
|
||||
"Allow \"maybe\" vote" : "Permitir o voto \"talvez\"",
|
||||
"Anonymous poll" : "Enquete anônima",
|
||||
"Hide user names for admin" : "Esconder nomes de usuários para administrador",
|
||||
"Expiration date" : "Data de expiração",
|
||||
"Writing poll" : "Gravando enquete",
|
||||
"Update poll" : "Atualizar pesquisa",
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
"Allow admins to edit this poll" : "Permitir que administradores editem esta enquete",
|
||||
"Allow \"maybe\" vote" : "Permitir o voto \"talvez\"",
|
||||
"Anonymous poll" : "Enquete anônima",
|
||||
"Hide user names for admin" : "Esconder nomes de usuários para administrador",
|
||||
"Expiration date" : "Data de expiração",
|
||||
"Writing poll" : "Gravando enquete",
|
||||
"Update poll" : "Atualizar pesquisa",
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче