mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
[tx-robot] updated from transifex
This commit is contained in:
parent
7589d5a176
commit
129214e430
114 changed files with 144 additions and 112 deletions
|
|
@ -20,6 +20,8 @@ OC.L10N.register(
|
|||
"You deleted calendar {calendar}" : "Du hast den Kalender {calendar} gelöscht",
|
||||
"{actor} updated calendar {calendar}" : "{actor} hat den Kalender {calendar} aktualisiert",
|
||||
"You updated calendar {calendar}" : "Du hast den Kalender {calendar} aktualisiert",
|
||||
"{actor} restored calendar {calendar}" : "{actor} hat den Kalender {calendar} wiederhergestellt",
|
||||
"You restored calendar {calendar}" : "Du hast den Kalender {calendar} wiederhergestellt",
|
||||
"You shared calendar {calendar} as public link" : "Du hast den Kalender {calendar} als öffentlichen Link geteilt",
|
||||
"You removed public link for calendar {calendar}" : "Du hast den öffentlichen Link für Kalender {calendar} entfernt",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} hat den Kalender {calendar} mit Dir geteilt",
|
||||
|
|
@ -39,6 +41,8 @@ OC.L10N.register(
|
|||
"You deleted event {event} from calendar {calendar}" : "Du hast den Termin {event} im Kalender {calendar} gelöscht",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} hat den Termin {event} im Kalender {calendar} aktualisiert",
|
||||
"You updated event {event} in calendar {calendar}" : "Du hast den Termin {event} im Kalender {calendar} aktualisiert",
|
||||
"{actor} restored event {event} of calendar {calendar}" : "{actor} hat das Adressbuch {addressbook} mit Dir geteilt",
|
||||
"You restored event {event} of calendar {calendar}" : "Du hast den Termin {event} im Kalender {calendar} wiederhergestellt",
|
||||
"Busy" : "Beschäftigt",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} erstellt",
|
||||
"You created todo {todo} in list {calendar}" : "Du hast die Aufgabe {todo} in der Liste {calendar} erstellt",
|
||||
|
|
@ -86,6 +90,18 @@ OC.L10N.register(
|
|||
"More options …" : "Weitere Optionen …",
|
||||
"More options at %s" : "Weitere Optionen unter %s",
|
||||
"Contacts" : "Kontakte",
|
||||
"You created address book {addressbook}" : "Du hast das Adressbuch {addressbook} erstellt",
|
||||
"You deleted address book {addressbook}" : "Du hast das Adressbuch {addressbook} gelöscht",
|
||||
"You updated address book {addressbook}" : "Du hast das Adressbuch {addressbook} aktualisiert",
|
||||
"{actor} shared address book {addressbook} with you" : "{actor} hat das Adressbuch {addressbook} mit Dir geteilt",
|
||||
"You shared address book {addressbook} with {user}" : "Du hast das Adressbuch {addressbook} geteilt",
|
||||
"{actor} unshared address book {addressbook} from you" : "{actor} teilt das Adressbuch {addressbook} nicht mehr mit Dir",
|
||||
"You unshared address book {addressbook} from {user}" : "Du teilst das Adressbuch {addressbook} nicht mehr mit {user}",
|
||||
"You shared address book {addressbook} with group {group}" : "Du hast das Adressbuch {addressbook} mit der Gruppe {group} geteilt",
|
||||
"You unshared address book {addressbook} from group {group}" : "Du teilst das Adressbuch {addressbook} nicht mehr mit der Gruppe {group}",
|
||||
"You created contact {card} in address book {addressbook}" : "Du hast den Kontakt {card} im Adressbuch {addressbook} erstellt",
|
||||
"You deleted contact {card} from address book {addressbook}" : "Du hast den Kontakt {card} im Adressbuch {addressbook} gelöscht",
|
||||
"You updated contact {card} in address book {addressbook}" : "Du hast den Kontakt {card} im Adressbuch {addressbook} aktualisiert",
|
||||
"System is in maintenance mode." : "Das System befindet sich im Wartungsmodus.",
|
||||
"Upgrade needed" : "Aktualisierung erforderlich",
|
||||
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Dein %s muss konfiguriert werden, um HTTPS zusammen mit CalDAV und CardDAV unter iOS/macOS nutzen zu können.",
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@
|
|||
"You deleted calendar {calendar}" : "Du hast den Kalender {calendar} gelöscht",
|
||||
"{actor} updated calendar {calendar}" : "{actor} hat den Kalender {calendar} aktualisiert",
|
||||
"You updated calendar {calendar}" : "Du hast den Kalender {calendar} aktualisiert",
|
||||
"{actor} restored calendar {calendar}" : "{actor} hat den Kalender {calendar} wiederhergestellt",
|
||||
"You restored calendar {calendar}" : "Du hast den Kalender {calendar} wiederhergestellt",
|
||||
"You shared calendar {calendar} as public link" : "Du hast den Kalender {calendar} als öffentlichen Link geteilt",
|
||||
"You removed public link for calendar {calendar}" : "Du hast den öffentlichen Link für Kalender {calendar} entfernt",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} hat den Kalender {calendar} mit Dir geteilt",
|
||||
|
|
@ -37,6 +39,8 @@
|
|||
"You deleted event {event} from calendar {calendar}" : "Du hast den Termin {event} im Kalender {calendar} gelöscht",
|
||||
"{actor} updated event {event} in calendar {calendar}" : "{actor} hat den Termin {event} im Kalender {calendar} aktualisiert",
|
||||
"You updated event {event} in calendar {calendar}" : "Du hast den Termin {event} im Kalender {calendar} aktualisiert",
|
||||
"{actor} restored event {event} of calendar {calendar}" : "{actor} hat das Adressbuch {addressbook} mit Dir geteilt",
|
||||
"You restored event {event} of calendar {calendar}" : "Du hast den Termin {event} im Kalender {calendar} wiederhergestellt",
|
||||
"Busy" : "Beschäftigt",
|
||||
"{actor} created todo {todo} in list {calendar}" : "{actor} hat die Aufgabe {todo} in der Liste {calendar} erstellt",
|
||||
"You created todo {todo} in list {calendar}" : "Du hast die Aufgabe {todo} in der Liste {calendar} erstellt",
|
||||
|
|
@ -84,6 +88,18 @@
|
|||
"More options …" : "Weitere Optionen …",
|
||||
"More options at %s" : "Weitere Optionen unter %s",
|
||||
"Contacts" : "Kontakte",
|
||||
"You created address book {addressbook}" : "Du hast das Adressbuch {addressbook} erstellt",
|
||||
"You deleted address book {addressbook}" : "Du hast das Adressbuch {addressbook} gelöscht",
|
||||
"You updated address book {addressbook}" : "Du hast das Adressbuch {addressbook} aktualisiert",
|
||||
"{actor} shared address book {addressbook} with you" : "{actor} hat das Adressbuch {addressbook} mit Dir geteilt",
|
||||
"You shared address book {addressbook} with {user}" : "Du hast das Adressbuch {addressbook} geteilt",
|
||||
"{actor} unshared address book {addressbook} from you" : "{actor} teilt das Adressbuch {addressbook} nicht mehr mit Dir",
|
||||
"You unshared address book {addressbook} from {user}" : "Du teilst das Adressbuch {addressbook} nicht mehr mit {user}",
|
||||
"You shared address book {addressbook} with group {group}" : "Du hast das Adressbuch {addressbook} mit der Gruppe {group} geteilt",
|
||||
"You unshared address book {addressbook} from group {group}" : "Du teilst das Adressbuch {addressbook} nicht mehr mit der Gruppe {group}",
|
||||
"You created contact {card} in address book {addressbook}" : "Du hast den Kontakt {card} im Adressbuch {addressbook} erstellt",
|
||||
"You deleted contact {card} from address book {addressbook}" : "Du hast den Kontakt {card} im Adressbuch {addressbook} gelöscht",
|
||||
"You updated contact {card} in address book {addressbook}" : "Du hast den Kontakt {card} im Adressbuch {addressbook} aktualisiert",
|
||||
"System is in maintenance mode." : "Das System befindet sich im Wartungsmodus.",
|
||||
"Upgrade needed" : "Aktualisierung erforderlich",
|
||||
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Dein %s muss konfiguriert werden, um HTTPS zusammen mit CalDAV und CardDAV unter iOS/macOS nutzen zu können.",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Proporcioneu compartició de fitxers federats entre servidors",
|
||||
"Federated Cloud Sharing" : "Compartició federada de núvol",
|
||||
"Open documentation" : "Obre la documentació",
|
||||
"Adjust how people can share between servers." : "Ajusteu com la gent pot compartir entre servidors.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Permet als usuaris d'aquest servidor enviar comparticions a altres servidors (aquest paràmetre també permet accés WebDAV a comparticions públiques)",
|
||||
"Allow users on this server to receive shares from other servers" : "Permet als usuaris d'aquest servidor rebre comparticions a d'altres servidors",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Permet als usuaris d'aquest servidor enviar comparticions a grups d'altres servidors",
|
||||
|
|
@ -50,6 +49,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Afegiu a la vostra pàgina web",
|
||||
"Share with me via Nextcloud" : "Comparteix amb mi mitjançant Nextcloud",
|
||||
"HTML Code:" : "Codi HTML:",
|
||||
"Adjust how people can share between servers." : "Ajusteu com la gent pot compartir entre servidors.",
|
||||
"Allow users on this server to send shares to other servers" : "Permet als usuaris d'aquest servidor enviar comparticions a d'altres servidors"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
"Provide federated file sharing across servers" : "Proporcioneu compartició de fitxers federats entre servidors",
|
||||
"Federated Cloud Sharing" : "Compartició federada de núvol",
|
||||
"Open documentation" : "Obre la documentació",
|
||||
"Adjust how people can share between servers." : "Ajusteu com la gent pot compartir entre servidors.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Permet als usuaris d'aquest servidor enviar comparticions a altres servidors (aquest paràmetre també permet accés WebDAV a comparticions públiques)",
|
||||
"Allow users on this server to receive shares from other servers" : "Permet als usuaris d'aquest servidor rebre comparticions a d'altres servidors",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Permet als usuaris d'aquest servidor enviar comparticions a grups d'altres servidors",
|
||||
|
|
@ -48,6 +47,7 @@
|
|||
"Add to your website" : "Afegiu a la vostra pàgina web",
|
||||
"Share with me via Nextcloud" : "Comparteix amb mi mitjançant Nextcloud",
|
||||
"HTML Code:" : "Codi HTML:",
|
||||
"Adjust how people can share between servers." : "Ajusteu com la gent pot compartir entre servidors.",
|
||||
"Allow users on this server to send shares to other servers" : "Permet als usuaris d'aquest servidor enviar comparticions a d'altres servidors"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -38,7 +38,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Poskytnout federované sdílení souborů napříč servery",
|
||||
"Federated Cloud Sharing" : "Sdílení v rámci federovaného cloudu",
|
||||
"Open documentation" : "Otevřít dokumentaci",
|
||||
"Adjust how people can share between servers." : "Upravte, jak mohou lidé mezi servery sdílet.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Umožnit uživatelům na tomto serveru posílat sdílení na ostatní servery (tato volba také umožňuje WebDAV přístup k veřejným sdílením)",
|
||||
"Allow users on this server to receive shares from other servers" : "Povolit uživatelům na tomto serveru přijímat sdílení z jiných serverů",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Povolit uživatelům na tomto serveru zasílat sdílení skupinám na ostatních serverech",
|
||||
|
|
@ -52,6 +51,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Přidat na svou webovou stránku",
|
||||
"Share with me via Nextcloud" : "Sdílet se mnou přes Nextcloud",
|
||||
"HTML Code:" : "HTML kód:",
|
||||
"Adjust how people can share between servers." : "Upravte, jak mohou lidé mezi servery sdílet.",
|
||||
"Allow users on this server to send shares to other servers" : "Povolit uživatelům z tohoto serveru zasílat sdílení na jiné servery"
|
||||
},
|
||||
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
"Provide federated file sharing across servers" : "Poskytnout federované sdílení souborů napříč servery",
|
||||
"Federated Cloud Sharing" : "Sdílení v rámci federovaného cloudu",
|
||||
"Open documentation" : "Otevřít dokumentaci",
|
||||
"Adjust how people can share between servers." : "Upravte, jak mohou lidé mezi servery sdílet.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Umožnit uživatelům na tomto serveru posílat sdílení na ostatní servery (tato volba také umožňuje WebDAV přístup k veřejným sdílením)",
|
||||
"Allow users on this server to receive shares from other servers" : "Povolit uživatelům na tomto serveru přijímat sdílení z jiných serverů",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Povolit uživatelům na tomto serveru zasílat sdílení skupinám na ostatních serverech",
|
||||
|
|
@ -50,6 +49,7 @@
|
|||
"Add to your website" : "Přidat na svou webovou stránku",
|
||||
"Share with me via Nextcloud" : "Sdílet se mnou přes Nextcloud",
|
||||
"HTML Code:" : "HTML kód:",
|
||||
"Adjust how people can share between servers." : "Upravte, jak mohou lidé mezi servery sdílet.",
|
||||
"Allow users on this server to send shares to other servers" : "Povolit uživatelům z tohoto serveru zasílat sdílení na jiné servery"
|
||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
||||
}
|
||||
|
|
@ -30,7 +30,6 @@ OC.L10N.register(
|
|||
"Sharing" : "Deling",
|
||||
"Federated Cloud Sharing" : "Sammensluttet Cloud deling",
|
||||
"Open documentation" : "Åbn dokumentation",
|
||||
"Adjust how people can share between servers." : "Juster hvordan folk kan dele mellem servere.",
|
||||
"Allow users on this server to receive shares from other servers" : "Tillad brugere på denne server, at modtage delinger fra andre servere",
|
||||
"Search global and public address book for users" : "Søg global og offentlig adresse bog for brugere",
|
||||
"Allow users to publish their data to a global and public address book" : "Tillad brugere at offentliggøre deres data til en global adressebog ",
|
||||
|
|
@ -40,6 +39,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Tilføj til dit websted",
|
||||
"Share with me via Nextcloud" : "Del med mig gennem Nextcloud",
|
||||
"HTML Code:" : "HTMLkode:",
|
||||
"Adjust how people can share between servers." : "Juster hvordan folk kan dele mellem servere.",
|
||||
"Allow users on this server to send shares to other servers" : "Tillad brugere på denne server, at sende delinger til andre servere"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
"Sharing" : "Deling",
|
||||
"Federated Cloud Sharing" : "Sammensluttet Cloud deling",
|
||||
"Open documentation" : "Åbn dokumentation",
|
||||
"Adjust how people can share between servers." : "Juster hvordan folk kan dele mellem servere.",
|
||||
"Allow users on this server to receive shares from other servers" : "Tillad brugere på denne server, at modtage delinger fra andre servere",
|
||||
"Search global and public address book for users" : "Søg global og offentlig adresse bog for brugere",
|
||||
"Allow users to publish their data to a global and public address book" : "Tillad brugere at offentliggøre deres data til en global adressebog ",
|
||||
|
|
@ -38,6 +37,7 @@
|
|||
"Add to your website" : "Tilføj til dit websted",
|
||||
"Share with me via Nextcloud" : "Del med mig gennem Nextcloud",
|
||||
"HTML Code:" : "HTMLkode:",
|
||||
"Adjust how people can share between servers." : "Juster hvordan folk kan dele mellem servere.",
|
||||
"Allow users on this server to send shares to other servers" : "Tillad brugere på denne server, at sende delinger til andre servere"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -38,7 +38,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Bietet Federated Datei-Freigaben über Servergrenzen hinweg",
|
||||
"Federated Cloud Sharing" : "Federated-Cloud-Sharing",
|
||||
"Open documentation" : "Dokumentation öffnen",
|
||||
"Adjust how people can share between servers." : "Definiere wie die Benutzer Inhalte mit anderen Servern teilen können.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Benutzern auf diesem Server das Senden von Freigaben an andere Server erlauben (Diese Option ermöglicht auch den WebDAV-Zugriff auf öffentliche Freigaben)",
|
||||
"Allow users on this server to receive shares from other servers" : "Benutzern auf diesem Server das Empfangen von Freigaben von anderen Servern erlauben",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Ermögliche Benutzern dieses Servers Freigaben an Gruppen auf anderen Servern zu senden",
|
||||
|
|
@ -52,6 +51,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Zu Deiner Webseite hinzufügen",
|
||||
"Share with me via Nextcloud" : "Teile mit mir über Nextcloud",
|
||||
"HTML Code:" : "HTML-Code:",
|
||||
"Adjust how people can share between servers." : "Definiere wie die Benutzer Inhalte mit anderen Servern teilen können.",
|
||||
"Allow users on this server to send shares to other servers" : "Benutzern auf diesem Server das Senden von Freigaben an andere Server erlauben"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
"Provide federated file sharing across servers" : "Bietet Federated Datei-Freigaben über Servergrenzen hinweg",
|
||||
"Federated Cloud Sharing" : "Federated-Cloud-Sharing",
|
||||
"Open documentation" : "Dokumentation öffnen",
|
||||
"Adjust how people can share between servers." : "Definiere wie die Benutzer Inhalte mit anderen Servern teilen können.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Benutzern auf diesem Server das Senden von Freigaben an andere Server erlauben (Diese Option ermöglicht auch den WebDAV-Zugriff auf öffentliche Freigaben)",
|
||||
"Allow users on this server to receive shares from other servers" : "Benutzern auf diesem Server das Empfangen von Freigaben von anderen Servern erlauben",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Ermögliche Benutzern dieses Servers Freigaben an Gruppen auf anderen Servern zu senden",
|
||||
|
|
@ -50,6 +49,7 @@
|
|||
"Add to your website" : "Zu Deiner Webseite hinzufügen",
|
||||
"Share with me via Nextcloud" : "Teile mit mir über Nextcloud",
|
||||
"HTML Code:" : "HTML-Code:",
|
||||
"Adjust how people can share between servers." : "Definiere wie die Benutzer Inhalte mit anderen Servern teilen können.",
|
||||
"Allow users on this server to send shares to other servers" : "Benutzern auf diesem Server das Senden von Freigaben an andere Server erlauben"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -38,7 +38,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Bietet Cloud-übergreifende Datei-Freigaben",
|
||||
"Federated Cloud Sharing" : "Federated-Cloud-Sharing",
|
||||
"Open documentation" : "Dokumentation öffnen",
|
||||
"Adjust how people can share between servers." : "Definiere wie die Benutzer Inhalte mit anderen Servern teilen können.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Benutzern auf diesem Server das Senden von Freigaben an andere Server erlauben (Diese Option ermöglicht auch den WebDAV-Zugriff auf öffentliche Freigaben)",
|
||||
"Allow users on this server to receive shares from other servers" : "Benutzern auf diesem Server das Empfangen von Freigaben von anderen Servern erlauben",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Ermöglichen Sie Nutzern dieses Servers, Freigaben an Gruppen auf anderen Servern zu senden",
|
||||
|
|
@ -52,6 +51,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Zu Ihrer Webseite hinzufügen",
|
||||
"Share with me via Nextcloud" : "Teilen Sie mit mir über Nextcloud",
|
||||
"HTML Code:" : "HTML-Code:",
|
||||
"Adjust how people can share between servers." : "Definiere wie die Benutzer Inhalte mit anderen Servern teilen können.",
|
||||
"Allow users on this server to send shares to other servers" : "Benutzern auf diesem Server das Senden von Freigaben an andere Server erlauben"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
"Provide federated file sharing across servers" : "Bietet Cloud-übergreifende Datei-Freigaben",
|
||||
"Federated Cloud Sharing" : "Federated-Cloud-Sharing",
|
||||
"Open documentation" : "Dokumentation öffnen",
|
||||
"Adjust how people can share between servers." : "Definiere wie die Benutzer Inhalte mit anderen Servern teilen können.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Benutzern auf diesem Server das Senden von Freigaben an andere Server erlauben (Diese Option ermöglicht auch den WebDAV-Zugriff auf öffentliche Freigaben)",
|
||||
"Allow users on this server to receive shares from other servers" : "Benutzern auf diesem Server das Empfangen von Freigaben von anderen Servern erlauben",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Ermöglichen Sie Nutzern dieses Servers, Freigaben an Gruppen auf anderen Servern zu senden",
|
||||
|
|
@ -50,6 +49,7 @@
|
|||
"Add to your website" : "Zu Ihrer Webseite hinzufügen",
|
||||
"Share with me via Nextcloud" : "Teilen Sie mit mir über Nextcloud",
|
||||
"HTML Code:" : "HTML-Code:",
|
||||
"Adjust how people can share between servers." : "Definiere wie die Benutzer Inhalte mit anderen Servern teilen können.",
|
||||
"Allow users on this server to send shares to other servers" : "Benutzern auf diesem Server das Senden von Freigaben an andere Server erlauben"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -36,7 +36,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Παρέχει κοινής χρήσης αρχεία μεταξύ διακομιστών",
|
||||
"Federated Cloud Sharing" : "Διαμοιρασμός Federated Cloud",
|
||||
"Open documentation" : "Άνοιγμα τεκμηρίωσης",
|
||||
"Adjust how people can share between servers." : "Προσαρμόστε το πως τα άτομα θα διαμοιράζονται μεταξύ των διακομιστών",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Να επιτρέπεται στους χρήστες αυτού του διακομιστή να στέλνουν κοινόχρηστα στοιχεία σε άλλους διακομιστές (αυτή η επιλογή επιτρέπει επίσης στο WebDAV πρόσβαση σε δημόσιες κοινοποιήσεις).",
|
||||
"Allow users on this server to receive shares from other servers" : "Να επιτρέπεται στους χρίστες του διακομιστή να λαμβάνουν διαμοιρασμένα αρχεία από άλλους διακομιστές",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Επιτρέπει σε χρήστες αυτού του διακομιστή να διαμοιράζεται αρχεία σε ομάδες άλλου διακομιστή",
|
||||
|
|
@ -50,6 +49,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Προσθήκη στην ιστοσελίδα σας",
|
||||
"Share with me via Nextcloud" : "Διαμοιραστείτε με εμένα μέσω του Nextcloud",
|
||||
"HTML Code:" : "Κώδικας HTML:",
|
||||
"Adjust how people can share between servers." : "Προσαρμόστε το πως τα άτομα θα διαμοιράζονται μεταξύ των διακομιστών",
|
||||
"Allow users on this server to send shares to other servers" : "Να επιτρέπεται σε χρήστες αυτού του διακομιστή να στέλνουν διαμοιρασμένους φακέλους σε άλλους διακομιστές"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
"Provide federated file sharing across servers" : "Παρέχει κοινής χρήσης αρχεία μεταξύ διακομιστών",
|
||||
"Federated Cloud Sharing" : "Διαμοιρασμός Federated Cloud",
|
||||
"Open documentation" : "Άνοιγμα τεκμηρίωσης",
|
||||
"Adjust how people can share between servers." : "Προσαρμόστε το πως τα άτομα θα διαμοιράζονται μεταξύ των διακομιστών",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Να επιτρέπεται στους χρήστες αυτού του διακομιστή να στέλνουν κοινόχρηστα στοιχεία σε άλλους διακομιστές (αυτή η επιλογή επιτρέπει επίσης στο WebDAV πρόσβαση σε δημόσιες κοινοποιήσεις).",
|
||||
"Allow users on this server to receive shares from other servers" : "Να επιτρέπεται στους χρίστες του διακομιστή να λαμβάνουν διαμοιρασμένα αρχεία από άλλους διακομιστές",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Επιτρέπει σε χρήστες αυτού του διακομιστή να διαμοιράζεται αρχεία σε ομάδες άλλου διακομιστή",
|
||||
|
|
@ -48,6 +47,7 @@
|
|||
"Add to your website" : "Προσθήκη στην ιστοσελίδα σας",
|
||||
"Share with me via Nextcloud" : "Διαμοιραστείτε με εμένα μέσω του Nextcloud",
|
||||
"HTML Code:" : "Κώδικας HTML:",
|
||||
"Adjust how people can share between servers." : "Προσαρμόστε το πως τα άτομα θα διαμοιράζονται μεταξύ των διακομιστών",
|
||||
"Allow users on this server to send shares to other servers" : "Να επιτρέπεται σε χρήστες αυτού του διακομιστή να στέλνουν διαμοιρασμένους φακέλους σε άλλους διακομιστές"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -32,7 +32,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Provide federated file sharing across servers",
|
||||
"Federated Cloud Sharing" : "Federated Cloud Sharing",
|
||||
"Open documentation" : "Open documentation",
|
||||
"Adjust how people can share between servers." : "Adjust how people can share between servers.",
|
||||
"Allow users on this server to receive shares from other servers" : "Allow users on this server to receive shares from other servers",
|
||||
"Search global and public address book for users" : "Search global and public address book for users",
|
||||
"Allow users to publish their data to a global and public address book" : "Allow users to publish their data to a global and public address book",
|
||||
|
|
@ -42,6 +41,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Add to your website",
|
||||
"Share with me via Nextcloud" : "Share with me via Nextcloud",
|
||||
"HTML Code:" : "HTML Code:",
|
||||
"Adjust how people can share between servers." : "Adjust how people can share between servers.",
|
||||
"Allow users on this server to send shares to other servers" : "Allow users on this server to send shares to other servers"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
"Provide federated file sharing across servers" : "Provide federated file sharing across servers",
|
||||
"Federated Cloud Sharing" : "Federated Cloud Sharing",
|
||||
"Open documentation" : "Open documentation",
|
||||
"Adjust how people can share between servers." : "Adjust how people can share between servers.",
|
||||
"Allow users on this server to receive shares from other servers" : "Allow users on this server to receive shares from other servers",
|
||||
"Search global and public address book for users" : "Search global and public address book for users",
|
||||
"Allow users to publish their data to a global and public address book" : "Allow users to publish their data to a global and public address book",
|
||||
|
|
@ -40,6 +39,7 @@
|
|||
"Add to your website" : "Add to your website",
|
||||
"Share with me via Nextcloud" : "Share with me via Nextcloud",
|
||||
"HTML Code:" : "HTML Code:",
|
||||
"Adjust how people can share between servers." : "Adjust how people can share between servers.",
|
||||
"Allow users on this server to send shares to other servers" : "Allow users on this server to send shares to other servers"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -36,7 +36,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Provizas federan dosierkunhavigon inter serviloj",
|
||||
"Federated Cloud Sharing" : "Federnuba kunhavigo",
|
||||
"Open documentation" : "Malfermi la dokumentaron",
|
||||
"Adjust how people can share between servers." : "Agordi, kiel oni povas kunhavigi inter serviloj.",
|
||||
"Allow users on this server to receive shares from other servers" : "Permesi al uzantoj en tiu ĉi servilo ricevi kunhavojn el aliaj serviloj",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Permesi al uzantoj en tiu ĉi servilo sendi kunhavojn al grupoj de aliaj serviloj",
|
||||
"Allow users on this server to receive group shares from other servers" : "Permesi al uzantoj en tiu ĉi servilo ricevi kunhavojn el grupoj de aliaj serviloj",
|
||||
|
|
@ -49,6 +48,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Aldoni al via TTT-ejo",
|
||||
"Share with me via Nextcloud" : "Kunhavigi kun mi per Nextcloud",
|
||||
"HTML Code:" : "HTML-kodo:",
|
||||
"Adjust how people can share between servers." : "Agordi, kiel oni povas kunhavigi inter serviloj.",
|
||||
"Allow users on this server to send shares to other servers" : "Permesi al uzantoj en tiu ĉi servilo sendi kunhavojn al aliaj serviloj"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
"Provide federated file sharing across servers" : "Provizas federan dosierkunhavigon inter serviloj",
|
||||
"Federated Cloud Sharing" : "Federnuba kunhavigo",
|
||||
"Open documentation" : "Malfermi la dokumentaron",
|
||||
"Adjust how people can share between servers." : "Agordi, kiel oni povas kunhavigi inter serviloj.",
|
||||
"Allow users on this server to receive shares from other servers" : "Permesi al uzantoj en tiu ĉi servilo ricevi kunhavojn el aliaj serviloj",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Permesi al uzantoj en tiu ĉi servilo sendi kunhavojn al grupoj de aliaj serviloj",
|
||||
"Allow users on this server to receive group shares from other servers" : "Permesi al uzantoj en tiu ĉi servilo ricevi kunhavojn el grupoj de aliaj serviloj",
|
||||
|
|
@ -47,6 +46,7 @@
|
|||
"Add to your website" : "Aldoni al via TTT-ejo",
|
||||
"Share with me via Nextcloud" : "Kunhavigi kun mi per Nextcloud",
|
||||
"HTML Code:" : "HTML-kodo:",
|
||||
"Adjust how people can share between servers." : "Agordi, kiel oni povas kunhavigi inter serviloj.",
|
||||
"Allow users on this server to send shares to other servers" : "Permesi al uzantoj en tiu ĉi servilo sendi kunhavojn al aliaj serviloj"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -38,7 +38,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Provee compartición federada de archivos entre servidores",
|
||||
"Federated Cloud Sharing" : "Compartido en Cloud Federado",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajusta cómo la gente puede compartir entre servidores.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Permitir a los usuarios de este servidor compartir con usuarios de otros servidores (esta opción también permite acceso de WebDAV a los elementos públicos compartidos)",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitir a los usuarios de este servidor recibir de usuarios de otros servidores",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Permitir a los usuarios de este servidor enviar a grupos de otros servidores",
|
||||
|
|
@ -52,6 +51,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Añadir a su sitio web",
|
||||
"Share with me via Nextcloud" : "Compartirlo conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajusta cómo la gente puede compartir entre servidores.",
|
||||
"Allow users on this server to send shares to other servers" : "Permitir a los usuarios de este servidor compartir con usuarios de otros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
"Provide federated file sharing across servers" : "Provee compartición federada de archivos entre servidores",
|
||||
"Federated Cloud Sharing" : "Compartido en Cloud Federado",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajusta cómo la gente puede compartir entre servidores.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Permitir a los usuarios de este servidor compartir con usuarios de otros servidores (esta opción también permite acceso de WebDAV a los elementos públicos compartidos)",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitir a los usuarios de este servidor recibir de usuarios de otros servidores",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Permitir a los usuarios de este servidor enviar a grupos de otros servidores",
|
||||
|
|
@ -50,6 +49,7 @@
|
|||
"Add to your website" : "Añadir a su sitio web",
|
||||
"Share with me via Nextcloud" : "Compartirlo conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajusta cómo la gente puede compartir entre servidores.",
|
||||
"Allow users on this server to send shares to other servers" : "Permitir a los usuarios de este servidor compartir con usuarios de otros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -29,7 +29,6 @@ OC.L10N.register(
|
|||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -39,6 +38,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -37,6 +36,7 @@
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -29,7 +29,6 @@ OC.L10N.register(
|
|||
"Federated file sharing" : "Compartir archivos en federación",
|
||||
"Federated Cloud Sharing" : "Compartir en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitir que los usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitir a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -39,6 +38,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Agregar a su sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
"Federated file sharing" : "Compartir archivos en federación",
|
||||
"Federated Cloud Sharing" : "Compartir en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitir que los usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitir a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -37,6 +36,7 @@
|
|||
"Add to your website" : "Agregar a su sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -31,7 +31,6 @@ OC.L10N.register(
|
|||
"Federated file sharing" : "Compartir elementos",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -41,6 +40,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
"Federated file sharing" : "Compartir elementos",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -39,6 +38,7 @@
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -31,7 +31,6 @@ OC.L10N.register(
|
|||
"Federated file sharing" : "Compartir elementos",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -41,6 +40,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
"Federated file sharing" : "Compartir elementos",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -39,6 +38,7 @@
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -31,7 +31,6 @@ OC.L10N.register(
|
|||
"Federated file sharing" : "Compartir elementos",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -41,6 +40,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
"Federated file sharing" : "Compartir elementos",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -39,6 +38,7 @@
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -31,7 +31,6 @@ OC.L10N.register(
|
|||
"Federated file sharing" : "Compartir elementos",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -41,6 +40,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
"Federated file sharing" : "Compartir elementos",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -39,6 +38,7 @@
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -31,7 +31,6 @@ OC.L10N.register(
|
|||
"Federated file sharing" : "Compartir elementos",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -41,6 +40,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
"Federated file sharing" : "Compartir elementos",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -39,6 +38,7 @@
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -31,7 +31,6 @@ OC.L10N.register(
|
|||
"Federated file sharing" : "Compartir elementos",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -41,6 +40,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
"Federated file sharing" : "Compartir elementos",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -39,6 +38,7 @@
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -29,7 +29,6 @@ OC.L10N.register(
|
|||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -39,6 +38,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -37,6 +36,7 @@
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -32,7 +32,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Provee el compartir archivos federados entre servidores",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -42,6 +41,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
"Provide federated file sharing across servers" : "Provee el compartir archivos federados entre servidores",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -40,6 +39,7 @@
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -29,7 +29,6 @@ OC.L10N.register(
|
|||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -39,6 +38,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -37,6 +36,7 @@
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -29,7 +29,6 @@ OC.L10N.register(
|
|||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -39,6 +38,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -37,6 +36,7 @@
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -29,7 +29,6 @@ OC.L10N.register(
|
|||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -39,6 +38,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -37,6 +36,7 @@
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -29,7 +29,6 @@ OC.L10N.register(
|
|||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -39,6 +38,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -37,6 +36,7 @@
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -29,7 +29,6 @@ OC.L10N.register(
|
|||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -39,6 +38,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -37,6 +36,7 @@
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -31,7 +31,6 @@ OC.L10N.register(
|
|||
"Federated file sharing" : "Compartir elementos",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -41,6 +40,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
"Federated file sharing" : "Compartir elementos",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -39,6 +38,7 @@
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -29,7 +29,6 @@ OC.L10N.register(
|
|||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -39,6 +38,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
"Sharing" : "Compartiendo",
|
||||
"Federated Cloud Sharing" : "Compartiendo en la Nube Federada",
|
||||
"Open documentation" : "Abrir documentación",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores",
|
||||
"Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitirle a los usuarios publicar sus datos a una libreta de direcciones global y pública",
|
||||
|
|
@ -37,6 +36,7 @@
|
|||
"Add to your website" : "Agregar a tu sitio web",
|
||||
"Share with me via Nextcloud" : "Compartir conmigo vía Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar cómo las personas pueden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirle a los usuarios de este servidor enviar elementos compartidos a otros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -29,7 +29,6 @@ OC.L10N.register(
|
|||
"Sharing" : "Jagamine",
|
||||
"Federated Cloud Sharing" : "Jagamine liitpilves",
|
||||
"Open documentation" : "Ava dokumentatsioon",
|
||||
"Adjust how people can share between servers." : "Seadista, kuidas inimesed saavad serverite vahel jagada.",
|
||||
"Allow users on this server to receive shares from other servers" : "Luba selle serveri kasutajatel võtta vastu jagamisi teistest serveritest",
|
||||
"Search global and public address book for users" : "Otsi kasutajaid globaalsest ja avalikust aadressiraamatust",
|
||||
"Allow users to publish their data to a global and public address book" : "Luba kasutajatel avaldada oma andmeid globaalses ja avalikus aadressiraamatus",
|
||||
|
|
@ -39,6 +38,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Lisa oma veebisaidile",
|
||||
"Share with me via Nextcloud" : "Jaga minuga läbi Nextcloudi",
|
||||
"HTML Code:" : "HTML kood:",
|
||||
"Adjust how people can share between servers." : "Seadista, kuidas inimesed saavad serverite vahel jagada.",
|
||||
"Allow users on this server to send shares to other servers" : "Luba selle serveri kasutajatel saata faile teistesse serveritesse"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
"Sharing" : "Jagamine",
|
||||
"Federated Cloud Sharing" : "Jagamine liitpilves",
|
||||
"Open documentation" : "Ava dokumentatsioon",
|
||||
"Adjust how people can share between servers." : "Seadista, kuidas inimesed saavad serverite vahel jagada.",
|
||||
"Allow users on this server to receive shares from other servers" : "Luba selle serveri kasutajatel võtta vastu jagamisi teistest serveritest",
|
||||
"Search global and public address book for users" : "Otsi kasutajaid globaalsest ja avalikust aadressiraamatust",
|
||||
"Allow users to publish their data to a global and public address book" : "Luba kasutajatel avaldada oma andmeid globaalses ja avalikus aadressiraamatus",
|
||||
|
|
@ -37,6 +36,7 @@
|
|||
"Add to your website" : "Lisa oma veebisaidile",
|
||||
"Share with me via Nextcloud" : "Jaga minuga läbi Nextcloudi",
|
||||
"HTML Code:" : "HTML kood:",
|
||||
"Adjust how people can share between servers." : "Seadista, kuidas inimesed saavad serverite vahel jagada.",
|
||||
"Allow users on this server to send shares to other servers" : "Luba selle serveri kasutajatel saata faile teistesse serveritesse"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -38,7 +38,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Zerbitzarien arteko federatutako partekatzea eskaini",
|
||||
"Federated Cloud Sharing" : "Federatutako Hodei Partekatzea",
|
||||
"Open documentation" : "Ireki dokumentazioa",
|
||||
"Adjust how people can share between servers." : "Pertsonen zerbitzarien arteko partekatzea konfiguratu",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Baimendu erabiltzaileei zerbitzari honetan beste zerbitzari batzuetarako partekatzeak (aukera honek WebDAV sarbidea ere partekatze publikoetara baimentzen du )",
|
||||
"Allow users on this server to receive shares from other servers" : "Baimendu zerbitzari honetako erabiltzaileak beste zerbitzarietatik partekatutakoak jasotzen",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Baimendu zerbitzari honetako erabiltzaileei beste zerbitzari batzuetako taldeei elementuak partekatzen.",
|
||||
|
|
@ -52,6 +51,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Zure webgunera gehitu",
|
||||
"Share with me via Nextcloud" : "Partekatu nirekin Nextcloud-en bidez",
|
||||
"HTML Code:" : "HTML kodea:",
|
||||
"Adjust how people can share between servers." : "Pertsonen zerbitzarien arteko partekatzea konfiguratu",
|
||||
"Allow users on this server to send shares to other servers" : "Baimendu zerbitzari honetako erabiltzaileak beste zerbitzariekin partekatzera"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
"Provide federated file sharing across servers" : "Zerbitzarien arteko federatutako partekatzea eskaini",
|
||||
"Federated Cloud Sharing" : "Federatutako Hodei Partekatzea",
|
||||
"Open documentation" : "Ireki dokumentazioa",
|
||||
"Adjust how people can share between servers." : "Pertsonen zerbitzarien arteko partekatzea konfiguratu",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Baimendu erabiltzaileei zerbitzari honetan beste zerbitzari batzuetarako partekatzeak (aukera honek WebDAV sarbidea ere partekatze publikoetara baimentzen du )",
|
||||
"Allow users on this server to receive shares from other servers" : "Baimendu zerbitzari honetako erabiltzaileak beste zerbitzarietatik partekatutakoak jasotzen",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Baimendu zerbitzari honetako erabiltzaileei beste zerbitzari batzuetako taldeei elementuak partekatzen.",
|
||||
|
|
@ -50,6 +49,7 @@
|
|||
"Add to your website" : "Zure webgunera gehitu",
|
||||
"Share with me via Nextcloud" : "Partekatu nirekin Nextcloud-en bidez",
|
||||
"HTML Code:" : "HTML kodea:",
|
||||
"Adjust how people can share between servers." : "Pertsonen zerbitzarien arteko partekatzea konfiguratu",
|
||||
"Allow users on this server to send shares to other servers" : "Baimendu zerbitzari honetako erabiltzaileak beste zerbitzariekin partekatzera"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -33,7 +33,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Mahdollistaa federoidun tiedostojaon palvelinten välillä",
|
||||
"Federated Cloud Sharing" : "Federoitu pilvijakaminen",
|
||||
"Open documentation" : "Avaa ohje",
|
||||
"Adjust how people can share between servers." : "Mukauta kuinka ihmiset voivat jakaa palvelinten välillä.",
|
||||
"Allow users on this server to receive shares from other servers" : "Salli tämän palvelimen käyttäjien vastaanottaa jakoja muilta palvelimilta",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Salli käyttäjien tällä palvelimella lähettää jakoja toisten palvelimien ryhmille",
|
||||
"Allow users on this server to receive group shares from other servers" : "Salli käyttäjien tällä palvelimella vastaanottaa ryhmäjakoja toisilta palvelimilta",
|
||||
|
|
@ -45,6 +44,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Lisää verkkosivuillesi",
|
||||
"Share with me via Nextcloud" : "Jaa kanssani Nextcloudin kautta",
|
||||
"HTML Code:" : "HTML-koodi:",
|
||||
"Adjust how people can share between servers." : "Mukauta kuinka ihmiset voivat jakaa palvelinten välillä.",
|
||||
"Allow users on this server to send shares to other servers" : "Salli tämän palvelimen käyttäjien lähettää jakoja muille palvelimille"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@
|
|||
"Provide federated file sharing across servers" : "Mahdollistaa federoidun tiedostojaon palvelinten välillä",
|
||||
"Federated Cloud Sharing" : "Federoitu pilvijakaminen",
|
||||
"Open documentation" : "Avaa ohje",
|
||||
"Adjust how people can share between servers." : "Mukauta kuinka ihmiset voivat jakaa palvelinten välillä.",
|
||||
"Allow users on this server to receive shares from other servers" : "Salli tämän palvelimen käyttäjien vastaanottaa jakoja muilta palvelimilta",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Salli käyttäjien tällä palvelimella lähettää jakoja toisten palvelimien ryhmille",
|
||||
"Allow users on this server to receive group shares from other servers" : "Salli käyttäjien tällä palvelimella vastaanottaa ryhmäjakoja toisilta palvelimilta",
|
||||
|
|
@ -43,6 +42,7 @@
|
|||
"Add to your website" : "Lisää verkkosivuillesi",
|
||||
"Share with me via Nextcloud" : "Jaa kanssani Nextcloudin kautta",
|
||||
"HTML Code:" : "HTML-koodi:",
|
||||
"Adjust how people can share between servers." : "Mukauta kuinka ihmiset voivat jakaa palvelinten välillä.",
|
||||
"Allow users on this server to send shares to other servers" : "Salli tämän palvelimen käyttäjien lähettää jakoja muille palvelimille"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -36,7 +36,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Fourni un partage de fichiers fédéré entre plusieurs serveurs",
|
||||
"Federated Cloud Sharing" : "Partage Cloud Fédéré",
|
||||
"Open documentation" : "Voir la documentation",
|
||||
"Adjust how people can share between servers." : "Réglez comment les personnes peuvent partager entre les serveurs.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Autoriser les utilisateurs de ce serveur à envoyer des partages vers d'autres serveurs (cette option permet aussi l'accès WebDAV aux partages publics)",
|
||||
"Allow users on this server to receive shares from other servers" : "Autoriser les utilisateurs de ce serveur à recevoir des partages d'autres serveurs",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Autoriser les utilisateurs de ce serveur à envoyer des partages à des groupes sur d'autres serveurs",
|
||||
|
|
@ -50,6 +49,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Ajouter à votre site web",
|
||||
"Share with me via Nextcloud" : "Partagez avec moi via Nextcloud",
|
||||
"HTML Code:" : "Code HTML :",
|
||||
"Adjust how people can share between servers." : "Réglez comment les personnes peuvent partager entre les serveurs.",
|
||||
"Allow users on this server to send shares to other servers" : "Autoriser les utilisateurs de ce serveur à envoyer des partages vers d'autres serveurs"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
"Provide federated file sharing across servers" : "Fourni un partage de fichiers fédéré entre plusieurs serveurs",
|
||||
"Federated Cloud Sharing" : "Partage Cloud Fédéré",
|
||||
"Open documentation" : "Voir la documentation",
|
||||
"Adjust how people can share between servers." : "Réglez comment les personnes peuvent partager entre les serveurs.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Autoriser les utilisateurs de ce serveur à envoyer des partages vers d'autres serveurs (cette option permet aussi l'accès WebDAV aux partages publics)",
|
||||
"Allow users on this server to receive shares from other servers" : "Autoriser les utilisateurs de ce serveur à recevoir des partages d'autres serveurs",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Autoriser les utilisateurs de ce serveur à envoyer des partages à des groupes sur d'autres serveurs",
|
||||
|
|
@ -48,6 +47,7 @@
|
|||
"Add to your website" : "Ajouter à votre site web",
|
||||
"Share with me via Nextcloud" : "Partagez avec moi via Nextcloud",
|
||||
"HTML Code:" : "Code HTML :",
|
||||
"Adjust how people can share between servers." : "Réglez comment les personnes peuvent partager entre les serveurs.",
|
||||
"Allow users on this server to send shares to other servers" : "Autoriser les utilisateurs de ce serveur à envoyer des partages vers d'autres serveurs"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
||||
|
|
@ -37,7 +37,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Fornece a compartición federada de ficheiros entre servidores",
|
||||
"Federated Cloud Sharing" : "Nube federada compartida",
|
||||
"Open documentation" : "Abrir a documentación",
|
||||
"Adjust how people can share between servers." : "Axustar como as persoas poden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Permitirlle aos usuarios deste servidor enviar recursos compartidos a outros servidores (esta opción tamén permite o acceso de WebDAV a recursos compartidos públicos)",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirlle aos usuarios deste servidor recibir recursos compartidos doutros servidores",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Permitirlle aos usuarios deste servidor enviar recursos compartidos a grupos noutros servidores",
|
||||
|
|
@ -51,6 +50,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Engadir ao seu sitio web",
|
||||
"Share with me via Nextcloud" : "Comparte comigo a través do Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Axustar como as persoas poden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirlle aos usuarios deste servidor enviar recursos compartidos a outros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@
|
|||
"Provide federated file sharing across servers" : "Fornece a compartición federada de ficheiros entre servidores",
|
||||
"Federated Cloud Sharing" : "Nube federada compartida",
|
||||
"Open documentation" : "Abrir a documentación",
|
||||
"Adjust how people can share between servers." : "Axustar como as persoas poden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Permitirlle aos usuarios deste servidor enviar recursos compartidos a outros servidores (esta opción tamén permite o acceso de WebDAV a recursos compartidos públicos)",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitirlle aos usuarios deste servidor recibir recursos compartidos doutros servidores",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Permitirlle aos usuarios deste servidor enviar recursos compartidos a grupos noutros servidores",
|
||||
|
|
@ -49,6 +48,7 @@
|
|||
"Add to your website" : "Engadir ao seu sitio web",
|
||||
"Share with me via Nextcloud" : "Comparte comigo a través do Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Axustar como as persoas poden compartir entre servidores. ",
|
||||
"Allow users on this server to send shares to other servers" : "Permitirlle aos usuarios deste servidor enviar recursos compartidos a outros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -36,7 +36,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Omogućite udruženo dijeljenje datoteka između poslužitelja",
|
||||
"Federated Cloud Sharing" : "Dijeljenje putem udruženog oblaka",
|
||||
"Open documentation" : "Otvori dokumentaciju",
|
||||
"Adjust how people can share between servers." : "Prilagodite kako ljudi mogu dijeliti između poslužitelja.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Dopustite korisnicima na ovom poslužitelju da šalju dijeljenja na druge poslužitelje (ova mogućnost također omogućuje pristup javnim dijeljenjima putem WebDAV-a)",
|
||||
"Allow users on this server to receive shares from other servers" : "Dopustite korisnicima na ovom poslužitelju da primaju dijeljenja s drugih poslužitelja",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Dopustite korisnicima na ovom poslužitelju da šalju dijeljenja grupama na drugim poslužiteljima",
|
||||
|
|
@ -50,6 +49,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Dodajte na svoje web-mjesto",
|
||||
"Share with me via Nextcloud" : "Dijelite sa mnom putem Nextclouda",
|
||||
"HTML Code:" : "HTML kod:",
|
||||
"Adjust how people can share between servers." : "Prilagodite kako ljudi mogu dijeliti između poslužitelja.",
|
||||
"Allow users on this server to send shares to other servers" : "Dopustite korisnicima na ovom poslužitelju da šalju dijeljenja na druge poslužitelje"
|
||||
},
|
||||
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
"Provide federated file sharing across servers" : "Omogućite udruženo dijeljenje datoteka između poslužitelja",
|
||||
"Federated Cloud Sharing" : "Dijeljenje putem udruženog oblaka",
|
||||
"Open documentation" : "Otvori dokumentaciju",
|
||||
"Adjust how people can share between servers." : "Prilagodite kako ljudi mogu dijeliti između poslužitelja.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Dopustite korisnicima na ovom poslužitelju da šalju dijeljenja na druge poslužitelje (ova mogućnost također omogućuje pristup javnim dijeljenjima putem WebDAV-a)",
|
||||
"Allow users on this server to receive shares from other servers" : "Dopustite korisnicima na ovom poslužitelju da primaju dijeljenja s drugih poslužitelja",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Dopustite korisnicima na ovom poslužitelju da šalju dijeljenja grupama na drugim poslužiteljima",
|
||||
|
|
@ -48,6 +47,7 @@
|
|||
"Add to your website" : "Dodajte na svoje web-mjesto",
|
||||
"Share with me via Nextcloud" : "Dijelite sa mnom putem Nextclouda",
|
||||
"HTML Code:" : "HTML kod:",
|
||||
"Adjust how people can share between servers." : "Prilagodite kako ljudi mogu dijeliti između poslužitelja.",
|
||||
"Allow users on this server to send shares to other servers" : "Dopustite korisnicima na ovom poslužitelju da šalju dijeljenja na druge poslužitelje"
|
||||
},"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;"
|
||||
}
|
||||
|
|
@ -38,7 +38,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Föderált fájlmegosztás biztosítása a kiszolgálók között",
|
||||
"Federated Cloud Sharing" : "Föderált felhőmegosztás",
|
||||
"Open documentation" : "Dokumentáció megnyitása",
|
||||
"Adjust how people can share between servers." : "Az emberek kiszolgálók közötti megosztásának beállítása.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Engedélyezze a szerveren lévő felhasználóknak, hogy megosztásokat küldjenek más szerverekre (ez az opció lehetővé teszi a WebDAV hozzáférését a nyilvános megosztásokhoz is)",
|
||||
"Allow users on this server to receive shares from other servers" : "Engedélyezze ezen kiszolgáló felhasználóinak, hogy megosztásokat fogadjanak más kiszolgálóktól",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Engedélyezze ezen kiszolgáló felhasználóinak, hogy megosztásokat küldjenek más kiszolgálók csoportjainak",
|
||||
|
|
@ -52,6 +51,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Adja hozzá saját weboldalához",
|
||||
"Share with me via Nextcloud" : "Ossza meg velem a Nextcloudon keresztül",
|
||||
"HTML Code:" : "HTML-kód:",
|
||||
"Adjust how people can share between servers." : "Az emberek kiszolgálók közötti megosztásának beállítása.",
|
||||
"Allow users on this server to send shares to other servers" : "Engedélyezze ezen kiszolgáló felhasználóinak, hogy megosztásokat küldjenek más kiszolgálóknak."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
"Provide federated file sharing across servers" : "Föderált fájlmegosztás biztosítása a kiszolgálók között",
|
||||
"Federated Cloud Sharing" : "Föderált felhőmegosztás",
|
||||
"Open documentation" : "Dokumentáció megnyitása",
|
||||
"Adjust how people can share between servers." : "Az emberek kiszolgálók közötti megosztásának beállítása.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Engedélyezze a szerveren lévő felhasználóknak, hogy megosztásokat küldjenek más szerverekre (ez az opció lehetővé teszi a WebDAV hozzáférését a nyilvános megosztásokhoz is)",
|
||||
"Allow users on this server to receive shares from other servers" : "Engedélyezze ezen kiszolgáló felhasználóinak, hogy megosztásokat fogadjanak más kiszolgálóktól",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Engedélyezze ezen kiszolgáló felhasználóinak, hogy megosztásokat küldjenek más kiszolgálók csoportjainak",
|
||||
|
|
@ -50,6 +49,7 @@
|
|||
"Add to your website" : "Adja hozzá saját weboldalához",
|
||||
"Share with me via Nextcloud" : "Ossza meg velem a Nextcloudon keresztül",
|
||||
"HTML Code:" : "HTML-kód:",
|
||||
"Adjust how people can share between servers." : "Az emberek kiszolgálók közötti megosztásának beállítása.",
|
||||
"Allow users on this server to send shares to other servers" : "Engedélyezze ezen kiszolgáló felhasználóinak, hogy megosztásokat küldjenek más kiszolgálóknak."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -36,7 +36,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Sér um deilingu skráa milli skýjaþjóna (skýjasambandssameign)",
|
||||
"Federated Cloud Sharing" : "Deiling með skýjasambandi",
|
||||
"Open documentation" : "Opna hjálparskjöl",
|
||||
"Adjust how people can share between servers." : "Stilltu hvernig fólk getur deilt á milli þjóna.",
|
||||
"Allow users on this server to receive shares from other servers" : "Leyfa notendum á þessum þjóni að taka á móti sameignum frá öðrum þjónum",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Leyfa notendum á þessum þjóni að senda sameignir til hópa á öðrum þjónum",
|
||||
"Allow users on this server to receive group shares from other servers" : "Leyfa notendum á þessum þjóni að taka á móti hópsameignum frá öðrum þjónum",
|
||||
|
|
@ -49,6 +48,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Bæta við vefsvæðið þitt",
|
||||
"Share with me via Nextcloud" : "Deila með mér í gegnum Nextcloud",
|
||||
"HTML Code:" : "HTML-kóði:",
|
||||
"Adjust how people can share between servers." : "Stilltu hvernig fólk getur deilt á milli þjóna.",
|
||||
"Allow users on this server to send shares to other servers" : "Leyfa notendum á þessum þjóni að senda sameignir til annarra þjóna"
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
"Provide federated file sharing across servers" : "Sér um deilingu skráa milli skýjaþjóna (skýjasambandssameign)",
|
||||
"Federated Cloud Sharing" : "Deiling með skýjasambandi",
|
||||
"Open documentation" : "Opna hjálparskjöl",
|
||||
"Adjust how people can share between servers." : "Stilltu hvernig fólk getur deilt á milli þjóna.",
|
||||
"Allow users on this server to receive shares from other servers" : "Leyfa notendum á þessum þjóni að taka á móti sameignum frá öðrum þjónum",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Leyfa notendum á þessum þjóni að senda sameignir til hópa á öðrum þjónum",
|
||||
"Allow users on this server to receive group shares from other servers" : "Leyfa notendum á þessum þjóni að taka á móti hópsameignum frá öðrum þjónum",
|
||||
|
|
@ -47,6 +46,7 @@
|
|||
"Add to your website" : "Bæta við vefsvæðið þitt",
|
||||
"Share with me via Nextcloud" : "Deila með mér í gegnum Nextcloud",
|
||||
"HTML Code:" : "HTML-kóði:",
|
||||
"Adjust how people can share between servers." : "Stilltu hvernig fólk getur deilt á milli þjóna.",
|
||||
"Allow users on this server to send shares to other servers" : "Leyfa notendum á þessum þjóni að senda sameignir til annarra þjóna"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
|
||||
}
|
||||
|
|
@ -38,7 +38,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Fornisce una condivisione di file federata tra server",
|
||||
"Federated Cloud Sharing" : "Condivisione cloud federata",
|
||||
"Open documentation" : "Apri la documentazione",
|
||||
"Adjust how people can share between servers." : "Regola come le persone possono condividere tra i server.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Consenti agli utenti su questo server di inviare condivisioni ad altri server (questa opzione consente anche l'accesso WebDAV alle condivisioni pubbliche)",
|
||||
"Allow users on this server to receive shares from other servers" : "Consenti agli utenti su questo server di ricevere condivisioni da altri server",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Consenti agli utenti su questo server di inviare condivisioni a gruppi su altri server",
|
||||
|
|
@ -52,6 +51,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Aggiungi al tuo sito web",
|
||||
"Share with me via Nextcloud" : "Condividi con me tramite Nextcloud",
|
||||
"HTML Code:" : "Codice HTML:",
|
||||
"Adjust how people can share between servers." : "Regola come le persone possono condividere tra i server.",
|
||||
"Allow users on this server to send shares to other servers" : "Consenti agli utenti su questo server di inviare condivisioni ad altri server"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
"Provide federated file sharing across servers" : "Fornisce una condivisione di file federata tra server",
|
||||
"Federated Cloud Sharing" : "Condivisione cloud federata",
|
||||
"Open documentation" : "Apri la documentazione",
|
||||
"Adjust how people can share between servers." : "Regola come le persone possono condividere tra i server.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Consenti agli utenti su questo server di inviare condivisioni ad altri server (questa opzione consente anche l'accesso WebDAV alle condivisioni pubbliche)",
|
||||
"Allow users on this server to receive shares from other servers" : "Consenti agli utenti su questo server di ricevere condivisioni da altri server",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Consenti agli utenti su questo server di inviare condivisioni a gruppi su altri server",
|
||||
|
|
@ -50,6 +49,7 @@
|
|||
"Add to your website" : "Aggiungi al tuo sito web",
|
||||
"Share with me via Nextcloud" : "Condividi con me tramite Nextcloud",
|
||||
"HTML Code:" : "Codice HTML:",
|
||||
"Adjust how people can share between servers." : "Regola come le persone possono condividere tra i server.",
|
||||
"Allow users on this server to send shares to other servers" : "Consenti agli utenti su questo server di inviare condivisioni ad altri server"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -37,7 +37,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "サーバー間でフェデレーションファイル共有を提供する",
|
||||
"Federated Cloud Sharing" : "統合されたクラウド共有",
|
||||
"Open documentation" : "ドキュメントを開く",
|
||||
"Adjust how people can share between servers." : "サーバー間でどうやって共有するかを調整します。",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "このサーバー上のユーザーが他のサーバーに共有を送信できるようにします(このオプションでは、WebDAVがパブリック共有にアクセスすることもできます)",
|
||||
"Allow users on this server to receive shares from other servers" : "ユーザーが他のサーバーからこのサーバーに共有することを許可する",
|
||||
"Allow users on this server to send shares to groups on other servers" : "ユーザーがこのサーバーから他のサーバー上のグループに共有することを許可する",
|
||||
|
|
@ -51,6 +50,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "ウェブサイトに追加",
|
||||
"Share with me via Nextcloud" : "Nextcloud 経由で共有",
|
||||
"HTML Code:" : "HTMLコード:",
|
||||
"Adjust how people can share between servers." : "サーバー間でどうやって共有するかを調整します。",
|
||||
"Allow users on this server to send shares to other servers" : "ユーザーがこのサーバーから他のサーバーに共有することを許可する"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@
|
|||
"Provide federated file sharing across servers" : "サーバー間でフェデレーションファイル共有を提供する",
|
||||
"Federated Cloud Sharing" : "統合されたクラウド共有",
|
||||
"Open documentation" : "ドキュメントを開く",
|
||||
"Adjust how people can share between servers." : "サーバー間でどうやって共有するかを調整します。",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "このサーバー上のユーザーが他のサーバーに共有を送信できるようにします(このオプションでは、WebDAVがパブリック共有にアクセスすることもできます)",
|
||||
"Allow users on this server to receive shares from other servers" : "ユーザーが他のサーバーからこのサーバーに共有することを許可する",
|
||||
"Allow users on this server to send shares to groups on other servers" : "ユーザーがこのサーバーから他のサーバー上のグループに共有することを許可する",
|
||||
|
|
@ -49,6 +48,7 @@
|
|||
"Add to your website" : "ウェブサイトに追加",
|
||||
"Share with me via Nextcloud" : "Nextcloud 経由で共有",
|
||||
"HTML Code:" : "HTMLコード:",
|
||||
"Adjust how people can share between servers." : "サーバー間でどうやって共有するかを調整します。",
|
||||
"Allow users on this server to send shares to other servers" : "ユーザーがこのサーバーから他のサーバーに共有することを許可する"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
|
|
@ -30,7 +30,6 @@ OC.L10N.register(
|
|||
"Federated file sharing" : "ფედერალური ფაილების გაზიარება",
|
||||
"Federated Cloud Sharing" : "ფედერალური ქლაუდ გაზიარება",
|
||||
"Open documentation" : "ღია დოკუმენტაცია",
|
||||
"Adjust how people can share between servers." : "განაგეთ თუ როგორ შეუძლიათ ადამიანებს სერვერებს შორის მოახდინონ გაზიარება.",
|
||||
"Allow users on this server to receive shares from other servers" : "დართეთ ნება მომხმარებლებს ამ სერვერზე მიიღონ გაზიარებები სხვა სერვერებიდან",
|
||||
"Search global and public address book for users" : "მოძებნეთ გლობალური და ღია მომხმარებლების მისამართების წიგნები",
|
||||
"Allow users to publish their data to a global and public address book" : "დართეთ ნება მომხმარებლებს გამოაქყვეყნონ მათი მონაცემები გლობალურ და საზოგადო მისამართების წიგნებში",
|
||||
|
|
@ -40,6 +39,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "საიტზე დამატება",
|
||||
"Share with me via Nextcloud" : "გამიზიარე Nextcloud-ის მეშვეობით",
|
||||
"HTML Code:" : "HTML კოდი:",
|
||||
"Adjust how people can share between servers." : "განაგეთ თუ როგორ შეუძლიათ ადამიანებს სერვერებს შორის მოახდინონ გაზიარება.",
|
||||
"Allow users on this server to send shares to other servers" : "დართეთ ნება მომხმარებლებს ამ სერვერზე გააგზავნონ გაზიარებები სხვა სერვერებთან"
|
||||
},
|
||||
"nplurals=2; plural=(n!=1);");
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
"Federated file sharing" : "ფედერალური ფაილების გაზიარება",
|
||||
"Federated Cloud Sharing" : "ფედერალური ქლაუდ გაზიარება",
|
||||
"Open documentation" : "ღია დოკუმენტაცია",
|
||||
"Adjust how people can share between servers." : "განაგეთ თუ როგორ შეუძლიათ ადამიანებს სერვერებს შორის მოახდინონ გაზიარება.",
|
||||
"Allow users on this server to receive shares from other servers" : "დართეთ ნება მომხმარებლებს ამ სერვერზე მიიღონ გაზიარებები სხვა სერვერებიდან",
|
||||
"Search global and public address book for users" : "მოძებნეთ გლობალური და ღია მომხმარებლების მისამართების წიგნები",
|
||||
"Allow users to publish their data to a global and public address book" : "დართეთ ნება მომხმარებლებს გამოაქყვეყნონ მათი მონაცემები გლობალურ და საზოგადო მისამართების წიგნებში",
|
||||
|
|
@ -38,6 +37,7 @@
|
|||
"Add to your website" : "საიტზე დამატება",
|
||||
"Share with me via Nextcloud" : "გამიზიარე Nextcloud-ის მეშვეობით",
|
||||
"HTML Code:" : "HTML კოდი:",
|
||||
"Adjust how people can share between servers." : "განაგეთ თუ როგორ შეუძლიათ ადამიანებს სერვერებს შორის მოახდინონ გაზიარება.",
|
||||
"Allow users on this server to send shares to other servers" : "დართეთ ნება მომხმარებლებს ამ სერვერზე გააგზავნონ გაზიარებები სხვა სერვერებთან"
|
||||
},"pluralForm" :"nplurals=2; plural=(n!=1);"
|
||||
}
|
||||
|
|
@ -34,7 +34,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "서버간 연합 파일 공유 제공",
|
||||
"Federated Cloud Sharing" : "클라우드 연합 공유",
|
||||
"Open documentation" : "문서 열기",
|
||||
"Adjust how people can share between servers." : "서버간 파일 공유를 설정합니다.",
|
||||
"Allow users on this server to receive shares from other servers" : "이 서버의 사용자가 다른 서버에서 공유한 파일을 받을 수 있도록 허용",
|
||||
"Allow users on this server to send shares to groups on other servers" : "이 서버의 사용자가 다른 서버의 그룹으로 공유를 보낼 수 있도록 허용",
|
||||
"Allow users on this server to receive group shares from other servers" : "이 서버의 사용자가 다른 서버의 그룹에서 보낸 공유를 받을 수 있도록 허용",
|
||||
|
|
@ -47,6 +46,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "내 웹 사이트에 추가",
|
||||
"Share with me via Nextcloud" : "Nextcloud로 나와 공유하기",
|
||||
"HTML Code:" : "HTML 코드:",
|
||||
"Adjust how people can share between servers." : "서버간 파일 공유를 설정합니다.",
|
||||
"Allow users on this server to send shares to other servers" : "이 서버의 사용자가 다른 서버와 공유할 수 있도록 허용"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@
|
|||
"Provide federated file sharing across servers" : "서버간 연합 파일 공유 제공",
|
||||
"Federated Cloud Sharing" : "클라우드 연합 공유",
|
||||
"Open documentation" : "문서 열기",
|
||||
"Adjust how people can share between servers." : "서버간 파일 공유를 설정합니다.",
|
||||
"Allow users on this server to receive shares from other servers" : "이 서버의 사용자가 다른 서버에서 공유한 파일을 받을 수 있도록 허용",
|
||||
"Allow users on this server to send shares to groups on other servers" : "이 서버의 사용자가 다른 서버의 그룹으로 공유를 보낼 수 있도록 허용",
|
||||
"Allow users on this server to receive group shares from other servers" : "이 서버의 사용자가 다른 서버의 그룹에서 보낸 공유를 받을 수 있도록 허용",
|
||||
|
|
@ -45,6 +44,7 @@
|
|||
"Add to your website" : "내 웹 사이트에 추가",
|
||||
"Share with me via Nextcloud" : "Nextcloud로 나와 공유하기",
|
||||
"HTML Code:" : "HTML 코드:",
|
||||
"Adjust how people can share between servers." : "서버간 파일 공유를 설정합니다.",
|
||||
"Allow users on this server to send shares to other servers" : "이 서버의 사용자가 다른 서버와 공유할 수 있도록 허용"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
|
|
@ -31,7 +31,6 @@ OC.L10N.register(
|
|||
"Federated file sharing" : "Federacinis failų bendrinimas",
|
||||
"Federated Cloud Sharing" : "Bendrinimas federacinėje debesijoje",
|
||||
"Open documentation" : "Atverti dokumentaciją",
|
||||
"Adjust how people can share between servers." : "Derinkite kaip žmonės gali bendrinti tarp serverių.",
|
||||
"Allow users on this server to receive shares from other servers" : "Leisti naudotojams šiame serveryje gauti viešinius iš kitų serverių",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Leisti naudotojams šiame serveryje siųsti viešinius į grupes kituose serveriuose",
|
||||
"Allow users on this server to receive group shares from other servers" : "Leisti naudotojams šiame serveryje gauti grupių viešinius iš kitų serverių",
|
||||
|
|
@ -41,6 +40,7 @@ OC.L10N.register(
|
|||
"Your Federated Cloud ID:" : "Jūsų federacinės debesijos ID:",
|
||||
"Share it so your friends can share files with you:" : "Pasidalinkite juo, kad jūsų draugai galėtų bendrinti failus kartu su jumis:",
|
||||
"HTML Code:" : "HTML kodas:",
|
||||
"Adjust how people can share between servers." : "Derinkite kaip žmonės gali bendrinti tarp serverių.",
|
||||
"Allow users on this server to send shares to other servers" : "Leisti naudotojams šiame serveryje siųsti viešinius į kitus serverius"
|
||||
},
|
||||
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
"Federated file sharing" : "Federacinis failų bendrinimas",
|
||||
"Federated Cloud Sharing" : "Bendrinimas federacinėje debesijoje",
|
||||
"Open documentation" : "Atverti dokumentaciją",
|
||||
"Adjust how people can share between servers." : "Derinkite kaip žmonės gali bendrinti tarp serverių.",
|
||||
"Allow users on this server to receive shares from other servers" : "Leisti naudotojams šiame serveryje gauti viešinius iš kitų serverių",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Leisti naudotojams šiame serveryje siųsti viešinius į grupes kituose serveriuose",
|
||||
"Allow users on this server to receive group shares from other servers" : "Leisti naudotojams šiame serveryje gauti grupių viešinius iš kitų serverių",
|
||||
|
|
@ -39,6 +38,7 @@
|
|||
"Your Federated Cloud ID:" : "Jūsų federacinės debesijos ID:",
|
||||
"Share it so your friends can share files with you:" : "Pasidalinkite juo, kad jūsų draugai galėtų bendrinti failus kartu su jumis:",
|
||||
"HTML Code:" : "HTML kodas:",
|
||||
"Adjust how people can share between servers." : "Derinkite kaip žmonės gali bendrinti tarp serverių.",
|
||||
"Allow users on this server to send shares to other servers" : "Leisti naudotojams šiame serveryje siųsti viešinius į kitus serverius"
|
||||
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
|
||||
}
|
||||
|
|
@ -36,7 +36,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Обезбедете федерално споделување на датотеки помеѓу сервери",
|
||||
"Federated Cloud Sharing" : "Федерално споделување",
|
||||
"Open documentation" : "Отвори ја документацијата",
|
||||
"Adjust how people can share between servers." : "Прилагодете како корисниците можат да споделуваат помеѓу серверите.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Дозволи им на корисниците на овој сервер да испраќаат споделувања со други сервери (оваа можност истотака дозволува WebDAV пристап до јавни споделувања)",
|
||||
"Allow users on this server to receive shares from other servers" : "Дозволи им на корисниците на овој сервер да примаат споделувања од други сервери",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Дозволи им на корисниците на овој сервер да испраќаат споделувања со групи на други сервери",
|
||||
|
|
@ -50,6 +49,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Додади на твојот веб сајт",
|
||||
"Share with me via Nextcloud" : "Сподели со мене",
|
||||
"HTML Code:" : "HTML код:",
|
||||
"Adjust how people can share between servers." : "Прилагодете како корисниците можат да споделуваат помеѓу серверите.",
|
||||
"Allow users on this server to send shares to other servers" : "Дозволи им на корисниците на овој сервер да испраќаат споделувања со други сервери"
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
"Provide federated file sharing across servers" : "Обезбедете федерално споделување на датотеки помеѓу сервери",
|
||||
"Federated Cloud Sharing" : "Федерално споделување",
|
||||
"Open documentation" : "Отвори ја документацијата",
|
||||
"Adjust how people can share between servers." : "Прилагодете како корисниците можат да споделуваат помеѓу серверите.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Дозволи им на корисниците на овој сервер да испраќаат споделувања со други сервери (оваа можност истотака дозволува WebDAV пристап до јавни споделувања)",
|
||||
"Allow users on this server to receive shares from other servers" : "Дозволи им на корисниците на овој сервер да примаат споделувања од други сервери",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Дозволи им на корисниците на овој сервер да испраќаат споделувања со групи на други сервери",
|
||||
|
|
@ -48,6 +47,7 @@
|
|||
"Add to your website" : "Додади на твојот веб сајт",
|
||||
"Share with me via Nextcloud" : "Сподели со мене",
|
||||
"HTML Code:" : "HTML код:",
|
||||
"Adjust how people can share between servers." : "Прилагодете како корисниците можат да споделуваат помеѓу серверите.",
|
||||
"Allow users on this server to send shares to other servers" : "Дозволи им на корисниците на овој сервер да испраќаат споделувања со други сервери"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
|
||||
}
|
||||
|
|
@ -30,7 +30,6 @@ OC.L10N.register(
|
|||
"Federated file sharing" : "Sammenknyttet fildeling",
|
||||
"Federated Cloud Sharing" : "Sammenknyttet skydeling",
|
||||
"Open documentation" : "Åpne dokumentasjonen",
|
||||
"Adjust how people can share between servers." : "Juster hvordan folk kan dele mellom servere.",
|
||||
"Allow users on this server to receive shares from other servers" : "Tillat at brukere på denne serveren mottar delinger fra andre servere",
|
||||
"Search global and public address book for users" : "Søk global og offentlige adressebøker etter brukere",
|
||||
"Allow users to publish their data to a global and public address book" : "Tillat brukere å offentliggjøre deres data til en verdensomspennende og offentlig adressebok",
|
||||
|
|
@ -40,6 +39,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Legg på nettsiden din",
|
||||
"Share with me via Nextcloud" : "Del med meg via Nextcloud",
|
||||
"HTML Code:" : "HTML-kode:",
|
||||
"Adjust how people can share between servers." : "Juster hvordan folk kan dele mellom servere.",
|
||||
"Allow users on this server to send shares to other servers" : "Tillat at brukere på denne serveren sender delinger til andre servere"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
"Federated file sharing" : "Sammenknyttet fildeling",
|
||||
"Federated Cloud Sharing" : "Sammenknyttet skydeling",
|
||||
"Open documentation" : "Åpne dokumentasjonen",
|
||||
"Adjust how people can share between servers." : "Juster hvordan folk kan dele mellom servere.",
|
||||
"Allow users on this server to receive shares from other servers" : "Tillat at brukere på denne serveren mottar delinger fra andre servere",
|
||||
"Search global and public address book for users" : "Søk global og offentlige adressebøker etter brukere",
|
||||
"Allow users to publish their data to a global and public address book" : "Tillat brukere å offentliggjøre deres data til en verdensomspennende og offentlig adressebok",
|
||||
|
|
@ -38,6 +37,7 @@
|
|||
"Add to your website" : "Legg på nettsiden din",
|
||||
"Share with me via Nextcloud" : "Del med meg via Nextcloud",
|
||||
"HTML Code:" : "HTML-kode:",
|
||||
"Adjust how people can share between servers." : "Juster hvordan folk kan dele mellom servere.",
|
||||
"Allow users on this server to send shares to other servers" : "Tillat at brukere på denne serveren sender delinger til andre servere"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -38,7 +38,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Voorzien in gefedereerd delen van bestanden over verschillende servers",
|
||||
"Federated Cloud Sharing" : "Federated Cloud Sharing",
|
||||
"Open documentation" : "Open documentatie",
|
||||
"Adjust how people can share between servers." : "Aanpassen hoe mensen tussen servers kunnen delen.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Sta gebruikers toe om op deze server shares naar andere servers te sturen (deze optie staat ook WebDAV toegang toe tot openbare shares).",
|
||||
"Allow users on this server to receive shares from other servers" : "Toestaan dat gebruikers op deze server shares ontvangen van andere servers",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Sta gebruikers op deze server toe om shares naar groepen op andere servers te delen",
|
||||
|
|
@ -52,6 +51,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Toevoegen aan je website",
|
||||
"Share with me via Nextcloud" : "Deel met mij via Nextcloud",
|
||||
"HTML Code:" : "HTML Code:",
|
||||
"Adjust how people can share between servers." : "Aanpassen hoe mensen tussen servers kunnen delen.",
|
||||
"Allow users on this server to send shares to other servers" : "Toestaan dat gebruikers op deze server shares sturen naar andere servers"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
"Provide federated file sharing across servers" : "Voorzien in gefedereerd delen van bestanden over verschillende servers",
|
||||
"Federated Cloud Sharing" : "Federated Cloud Sharing",
|
||||
"Open documentation" : "Open documentatie",
|
||||
"Adjust how people can share between servers." : "Aanpassen hoe mensen tussen servers kunnen delen.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Sta gebruikers toe om op deze server shares naar andere servers te sturen (deze optie staat ook WebDAV toegang toe tot openbare shares).",
|
||||
"Allow users on this server to receive shares from other servers" : "Toestaan dat gebruikers op deze server shares ontvangen van andere servers",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Sta gebruikers op deze server toe om shares naar groepen op andere servers te delen",
|
||||
|
|
@ -50,6 +49,7 @@
|
|||
"Add to your website" : "Toevoegen aan je website",
|
||||
"Share with me via Nextcloud" : "Deel met mij via Nextcloud",
|
||||
"HTML Code:" : "HTML Code:",
|
||||
"Adjust how people can share between servers." : "Aanpassen hoe mensen tussen servers kunnen delen.",
|
||||
"Allow users on this server to send shares to other servers" : "Toestaan dat gebruikers op deze server shares sturen naar andere servers"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -38,7 +38,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Zezwól na federacyjne udostępnianie plików na serwerach",
|
||||
"Federated Cloud Sharing" : "Udostępnianie Chmury Federacyjnej",
|
||||
"Open documentation" : "Otwórz dokumentację",
|
||||
"Adjust how people can share between servers." : "Dostosuj w jaki sposób można udostępniać serwery.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Zezwalaj użytkownikom na tym serwerze na wysłanie udostępnień do innych serwerów (opcja ta umożliwia również dostęp WebDAV do udostępnień publicznych)",
|
||||
"Allow users on this server to receive shares from other servers" : "Zezwalaj użytkownikom na tym serwerze do otrzymania udostępnień z innych serwerów",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Zezwalaj użytkownikom na tym serwerze na udostępnianie dla grup na innych serwerach",
|
||||
|
|
@ -52,6 +51,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Dodaj do swojej strony",
|
||||
"Share with me via Nextcloud" : "Udostępnij mi za pomocą Nextcloud",
|
||||
"HTML Code:" : "Kod HTML:",
|
||||
"Adjust how people can share between servers." : "Dostosuj w jaki sposób można udostępniać serwery.",
|
||||
"Allow users on this server to send shares to other servers" : "Zezwalaj użytkownikom na tym serwerze na wysłanie udostępnień do innych serwerów"
|
||||
},
|
||||
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
"Provide federated file sharing across servers" : "Zezwól na federacyjne udostępnianie plików na serwerach",
|
||||
"Federated Cloud Sharing" : "Udostępnianie Chmury Federacyjnej",
|
||||
"Open documentation" : "Otwórz dokumentację",
|
||||
"Adjust how people can share between servers." : "Dostosuj w jaki sposób można udostępniać serwery.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Zezwalaj użytkownikom na tym serwerze na wysłanie udostępnień do innych serwerów (opcja ta umożliwia również dostęp WebDAV do udostępnień publicznych)",
|
||||
"Allow users on this server to receive shares from other servers" : "Zezwalaj użytkownikom na tym serwerze do otrzymania udostępnień z innych serwerów",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Zezwalaj użytkownikom na tym serwerze na udostępnianie dla grup na innych serwerach",
|
||||
|
|
@ -50,6 +49,7 @@
|
|||
"Add to your website" : "Dodaj do swojej strony",
|
||||
"Share with me via Nextcloud" : "Udostępnij mi za pomocą Nextcloud",
|
||||
"HTML Code:" : "Kod HTML:",
|
||||
"Adjust how people can share between servers." : "Dostosuj w jaki sposób można udostępniać serwery.",
|
||||
"Allow users on this server to send shares to other servers" : "Zezwalaj użytkownikom na tym serwerze na wysłanie udostępnień do innych serwerów"
|
||||
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
|
||||
}
|
||||
|
|
@ -38,7 +38,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Fornecer compartilhamento federado entre servidores",
|
||||
"Federated Cloud Sharing" : "Compartilhamento de Nuvem Federada",
|
||||
"Open documentation" : "Abrir documentação",
|
||||
"Adjust how people can share between servers." : "Ajustar como as pessoas podem compartilhar entre servidores.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Permitir que os usuários neste servidor enviem compartilhamentos para outros servidores (esta opção também permite acesso WebDAV a compartilhamentos públicos)",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitir que os usuários deste servidor recebam compartilhamentos de outros servidores",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Permitir que usuários deste servidor enviem compartilhamentos para grupos de outros servidores",
|
||||
|
|
@ -52,6 +51,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Adicione ao seu website",
|
||||
"Share with me via Nextcloud" : "Compartilhe comigo via Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar como as pessoas podem compartilhar entre servidores.",
|
||||
"Allow users on this server to send shares to other servers" : "Permitir que os usuários deste servidor enviem compartilhamentos para outros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
"Provide federated file sharing across servers" : "Fornecer compartilhamento federado entre servidores",
|
||||
"Federated Cloud Sharing" : "Compartilhamento de Nuvem Federada",
|
||||
"Open documentation" : "Abrir documentação",
|
||||
"Adjust how people can share between servers." : "Ajustar como as pessoas podem compartilhar entre servidores.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Permitir que os usuários neste servidor enviem compartilhamentos para outros servidores (esta opção também permite acesso WebDAV a compartilhamentos públicos)",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitir que os usuários deste servidor recebam compartilhamentos de outros servidores",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Permitir que usuários deste servidor enviem compartilhamentos para grupos de outros servidores",
|
||||
|
|
@ -50,6 +49,7 @@
|
|||
"Add to your website" : "Adicione ao seu website",
|
||||
"Share with me via Nextcloud" : "Compartilhe comigo via Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar como as pessoas podem compartilhar entre servidores.",
|
||||
"Allow users on this server to send shares to other servers" : "Permitir que os usuários deste servidor enviem compartilhamentos para outros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
||||
|
|
@ -31,7 +31,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Permita a partilha federada de ficheiros entre servidores",
|
||||
"Federated Cloud Sharing" : "Partilha de Nuvem Federada",
|
||||
"Open documentation" : "Abrir documentação",
|
||||
"Adjust how people can share between servers." : "Ajustar como as pessoas podem partilhar entre servidores.",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitir que os utilizadores neste servidor recebam as partilhas de outros servidores",
|
||||
"Search global and public address book for users" : "Pesquisar lista global e pública de contactos de utilizadores ",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitir que os utilizadores publiquem os seus dados para uma lista de contactos global e pública",
|
||||
|
|
@ -41,6 +40,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Adicione ao seu site da Web",
|
||||
"Share with me via Nextcloud" : "Partilhe comigo via Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar como as pessoas podem partilhar entre servidores.",
|
||||
"Allow users on this server to send shares to other servers" : "Permitir que os utilizadores neste servidor enviem as partilhas para outros servidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
"Provide federated file sharing across servers" : "Permita a partilha federada de ficheiros entre servidores",
|
||||
"Federated Cloud Sharing" : "Partilha de Nuvem Federada",
|
||||
"Open documentation" : "Abrir documentação",
|
||||
"Adjust how people can share between servers." : "Ajustar como as pessoas podem partilhar entre servidores.",
|
||||
"Allow users on this server to receive shares from other servers" : "Permitir que os utilizadores neste servidor recebam as partilhas de outros servidores",
|
||||
"Search global and public address book for users" : "Pesquisar lista global e pública de contactos de utilizadores ",
|
||||
"Allow users to publish their data to a global and public address book" : "Permitir que os utilizadores publiquem os seus dados para uma lista de contactos global e pública",
|
||||
|
|
@ -39,6 +38,7 @@
|
|||
"Add to your website" : "Adicione ao seu site da Web",
|
||||
"Share with me via Nextcloud" : "Partilhe comigo via Nextcloud",
|
||||
"HTML Code:" : "Código HTML:",
|
||||
"Adjust how people can share between servers." : "Ajustar como as pessoas podem partilhar entre servidores.",
|
||||
"Allow users on this server to send shares to other servers" : "Permitir que os utilizadores neste servidor enviem as partilhas para outros servidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -38,7 +38,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Приложение позволяет использовать межсерверный обмен файлами",
|
||||
"Federated Cloud Sharing" : "Межсерверный обмен",
|
||||
"Open documentation" : "Открыть документацию",
|
||||
"Adjust how people can share between servers." : "Настройте общий доступ между серверами.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Разрешить пользователям на этом сервере отправлять общие ресурсы на другие серверы (этот параметр также разрешает доступ WebDAV к общим папкам)",
|
||||
"Allow users on this server to receive shares from other servers" : "Разрешить пользователям получать общие ресурсы с других серверов",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Разрешить предоставлять общий доступ для групп пользователей других серверов",
|
||||
|
|
@ -52,6 +51,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Добавить к себе на сайт",
|
||||
"Share with me via Nextcloud" : "Поделитесь со мной через Nextcloud",
|
||||
"HTML Code:" : "HTML код:",
|
||||
"Adjust how people can share between servers." : "Настройте общий доступ между серверами.",
|
||||
"Allow users on this server to send shares to other servers" : "Разрешить пользователям делиться с пользователями других серверов"
|
||||
},
|
||||
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
"Provide federated file sharing across servers" : "Приложение позволяет использовать межсерверный обмен файлами",
|
||||
"Federated Cloud Sharing" : "Межсерверный обмен",
|
||||
"Open documentation" : "Открыть документацию",
|
||||
"Adjust how people can share between servers." : "Настройте общий доступ между серверами.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Разрешить пользователям на этом сервере отправлять общие ресурсы на другие серверы (этот параметр также разрешает доступ WebDAV к общим папкам)",
|
||||
"Allow users on this server to receive shares from other servers" : "Разрешить пользователям получать общие ресурсы с других серверов",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Разрешить предоставлять общий доступ для групп пользователей других серверов",
|
||||
|
|
@ -50,6 +49,7 @@
|
|||
"Add to your website" : "Добавить к себе на сайт",
|
||||
"Share with me via Nextcloud" : "Поделитесь со мной через Nextcloud",
|
||||
"HTML Code:" : "HTML код:",
|
||||
"Adjust how people can share between servers." : "Настройте общий доступ между серверами.",
|
||||
"Allow users on this server to send shares to other servers" : "Разрешить пользователям делиться с пользователями других серверов"
|
||||
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
|
||||
}
|
||||
|
|
@ -38,7 +38,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Frunit una cumpartzidura de archìvios federados intre serbidores",
|
||||
"Federated Cloud Sharing" : "Cumpartzidura Nue virtuale federada",
|
||||
"Open documentation" : "Aberi documentatzione",
|
||||
"Adjust how people can share between servers." : "Règula comente is persones podent cumpartzire intre serbidores.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Permite a is utentes in custu serbidore de imbiare cumpartziduras ad àteros serbidores (custu sèberu permitet fintzas s'atzessu WebDAV a is cumpartziduras pùblicas)",
|
||||
"Allow users on this server to receive shares from other servers" : "Permite a is utentes in custu serbidore pro retzire cumpartziduras dae àteros serbidores",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Permite a is utentes in custu serbidore de imbiare cumpartzidura a grupos in àteros serbidores",
|
||||
|
|
@ -52,6 +51,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Agiunghe a su situ ìnternet tuo",
|
||||
"Share with me via Nextcloud" : "Cumpartzi cun megus tràmite Nextcloud",
|
||||
"HTML Code:" : "Còdighe HTML:",
|
||||
"Adjust how people can share between servers." : "Règula comente is persones podent cumpartzire intre serbidores.",
|
||||
"Allow users on this server to send shares to other servers" : "Permite a is utentes in custu serbidore de imbiare cumpartziduras a àteros serbidores"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
"Provide federated file sharing across servers" : "Frunit una cumpartzidura de archìvios federados intre serbidores",
|
||||
"Federated Cloud Sharing" : "Cumpartzidura Nue virtuale federada",
|
||||
"Open documentation" : "Aberi documentatzione",
|
||||
"Adjust how people can share between servers." : "Règula comente is persones podent cumpartzire intre serbidores.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Permite a is utentes in custu serbidore de imbiare cumpartziduras ad àteros serbidores (custu sèberu permitet fintzas s'atzessu WebDAV a is cumpartziduras pùblicas)",
|
||||
"Allow users on this server to receive shares from other servers" : "Permite a is utentes in custu serbidore pro retzire cumpartziduras dae àteros serbidores",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Permite a is utentes in custu serbidore de imbiare cumpartzidura a grupos in àteros serbidores",
|
||||
|
|
@ -50,6 +49,7 @@
|
|||
"Add to your website" : "Agiunghe a su situ ìnternet tuo",
|
||||
"Share with me via Nextcloud" : "Cumpartzi cun megus tràmite Nextcloud",
|
||||
"HTML Code:" : "Còdighe HTML:",
|
||||
"Adjust how people can share between servers." : "Règula comente is persones podent cumpartzire intre serbidores.",
|
||||
"Allow users on this server to send shares to other servers" : "Permite a is utentes in custu serbidore de imbiare cumpartziduras a àteros serbidores"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -36,7 +36,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Poskytnúť združené sprístupňovanie súborov naprieč servermi",
|
||||
"Federated Cloud Sharing" : "Sprístupnenie prostredníctvom Federated Cloud",
|
||||
"Open documentation" : "Otvoriť dokumentáciu",
|
||||
"Adjust how people can share between servers." : "Nastavte ako môžu ľudia medzi sebou zdieľať servery.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Povoliť používateľom z tohto servera sprístupňovať obsah na iných serveroch (to umožňuje WebDAV prístup k verejným zdieľaniam)",
|
||||
"Allow users on this server to receive shares from other servers" : "Povoliť používateľom z tohto servera sprístupňovanie obsahu z iných serverov",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Povoliť používateľom na tomto serveri odosielať zdieľania skupinám na iných serveroch",
|
||||
|
|
@ -50,6 +49,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Pridať na svoju webstránku",
|
||||
"Share with me via Nextcloud" : "Sprístupnené cez Nextcloud",
|
||||
"HTML Code:" : "HTML kód:",
|
||||
"Adjust how people can share between servers." : "Nastavte ako môžu ľudia medzi sebou zdieľať servery.",
|
||||
"Allow users on this server to send shares to other servers" : "Povoliť používateľom z tohto servera sprístupňovať obsah na iných serveroch"
|
||||
},
|
||||
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
"Provide federated file sharing across servers" : "Poskytnúť združené sprístupňovanie súborov naprieč servermi",
|
||||
"Federated Cloud Sharing" : "Sprístupnenie prostredníctvom Federated Cloud",
|
||||
"Open documentation" : "Otvoriť dokumentáciu",
|
||||
"Adjust how people can share between servers." : "Nastavte ako môžu ľudia medzi sebou zdieľať servery.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Povoliť používateľom z tohto servera sprístupňovať obsah na iných serveroch (to umožňuje WebDAV prístup k verejným zdieľaniam)",
|
||||
"Allow users on this server to receive shares from other servers" : "Povoliť používateľom z tohto servera sprístupňovanie obsahu z iných serverov",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Povoliť používateľom na tomto serveri odosielať zdieľania skupinám na iných serveroch",
|
||||
|
|
@ -48,6 +47,7 @@
|
|||
"Add to your website" : "Pridať na svoju webstránku",
|
||||
"Share with me via Nextcloud" : "Sprístupnené cez Nextcloud",
|
||||
"HTML Code:" : "HTML kód:",
|
||||
"Adjust how people can share between servers." : "Nastavte ako môžu ľudia medzi sebou zdieľať servery.",
|
||||
"Allow users on this server to send shares to other servers" : "Povoliť používateľom z tohto servera sprístupňovať obsah na iných serveroch"
|
||||
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
|
||||
}
|
||||
|
|
@ -36,7 +36,6 @@ OC.L10N.register(
|
|||
"Provide federated file sharing across servers" : "Omogoči zvezno souporabo prek različnih strežnikov",
|
||||
"Federated Cloud Sharing" : "Souporaba zveznega oblaka",
|
||||
"Open documentation" : "Odpri dokumentacijo",
|
||||
"Adjust how people can share between servers." : "Določila, kako lahko uporabniki omogočajo souporabo med različnimi strežniki.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Dovoli uporabnikom tega strežnika pošiljanje povezav za souporabo na druge strežnike (možnost omogoči tudi dostop prek WebDAV do javnih povezav).",
|
||||
"Allow users on this server to receive shares from other servers" : "Dovoli uporabnikom tega strežnika sprejemanje map v souporabo z drugih strežnikov",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Dovoli uporabnikom tega strežnika pošiljanje map za souporabo v skupine na drugih strežnikih",
|
||||
|
|
@ -50,6 +49,7 @@ OC.L10N.register(
|
|||
"Add to your website" : "Dodaj na spletišče",
|
||||
"Share with me via Nextcloud" : "Omogoči souporabo prek oblaka Nextcloud",
|
||||
"HTML Code:" : "Koda HTML:",
|
||||
"Adjust how people can share between servers." : "Določila, kako lahko uporabniki omogočajo souporabo med različnimi strežniki.",
|
||||
"Allow users on this server to send shares to other servers" : "Dovoli uporabnikom tega strežnika pošiljanje map za souporabo na druge strežnike"
|
||||
},
|
||||
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
"Provide federated file sharing across servers" : "Omogoči zvezno souporabo prek različnih strežnikov",
|
||||
"Federated Cloud Sharing" : "Souporaba zveznega oblaka",
|
||||
"Open documentation" : "Odpri dokumentacijo",
|
||||
"Adjust how people can share between servers." : "Določila, kako lahko uporabniki omogočajo souporabo med različnimi strežniki.",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Dovoli uporabnikom tega strežnika pošiljanje povezav za souporabo na druge strežnike (možnost omogoči tudi dostop prek WebDAV do javnih povezav).",
|
||||
"Allow users on this server to receive shares from other servers" : "Dovoli uporabnikom tega strežnika sprejemanje map v souporabo z drugih strežnikov",
|
||||
"Allow users on this server to send shares to groups on other servers" : "Dovoli uporabnikom tega strežnika pošiljanje map za souporabo v skupine na drugih strežnikih",
|
||||
|
|
@ -48,6 +47,7 @@
|
|||
"Add to your website" : "Dodaj na spletišče",
|
||||
"Share with me via Nextcloud" : "Omogoči souporabo prek oblaka Nextcloud",
|
||||
"HTML Code:" : "Koda HTML:",
|
||||
"Adjust how people can share between servers." : "Določila, kako lahko uporabniki omogočajo souporabo med različnimi strežniki.",
|
||||
"Allow users on this server to send shares to other servers" : "Dovoli uporabnikom tega strežnika pošiljanje map za souporabo na druge strežnike"
|
||||
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue