mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
df77035ad2
commit
b632c1f108
142 changed files with 2384 additions and 2316 deletions
|
|
@ -22,6 +22,8 @@ OC.L10N.register(
|
|||
"An unknown error has occurred" : "Es ist ein unbekannter Fehler aufgetreten",
|
||||
"File could not be uploaded" : "Datei konnte nicht hochgeladen werden.",
|
||||
"Uploading …" : "Lade hoch …",
|
||||
"{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})",
|
||||
"Uploading … ({currentNumber}/{total})" : "Lade hoch … ({currentNumber}/{total})",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})",
|
||||
"Uploading that item is not supported" : "Hochladen von Daten dieser Art wird nicht unterstützt.",
|
||||
"Target folder does not exist any more" : "Zielordner existiert nicht mehr",
|
||||
|
|
@ -32,6 +34,7 @@ OC.L10N.register(
|
|||
"Move" : "Verschieben",
|
||||
"Copy" : "Kopieren",
|
||||
"Choose target folder" : "Zielordner wählen",
|
||||
"Set reminder" : "Erinnerung erstellen",
|
||||
"Edit locally" : "Lokal bearbeiten",
|
||||
"Open" : "Öffnen",
|
||||
"Delete file" : "Datei löschen",
|
||||
|
|
@ -108,6 +111,8 @@ OC.L10N.register(
|
|||
"Create new folder" : "Neuen Ordner erstellen",
|
||||
"Upload file" : "Datei hochladen",
|
||||
"Recent" : "Neueste",
|
||||
"This file has the tag {tag}" : "Diese Datei trägt das Schlagwort {tag}.",
|
||||
"This file has the tags {firstTags} and {lastTag}" : "Diese Datei trägt die Schlagworte {firstTags} und {lastTag}.",
|
||||
"Not favorited" : "Nicht favorisiert",
|
||||
"Remove from favorites" : "Von Favoriten entfernen",
|
||||
"Add to favorites" : "Zu den Favoriten hinzufügen",
|
||||
|
|
@ -169,11 +174,21 @@ OC.L10N.register(
|
|||
"Reload current directory" : "Aktuelles Verzeichnis neu laden",
|
||||
"Go to the \"{dir}\" directory" : "In das Verzeichnis \"{dir}“ wechseln",
|
||||
"Select the row for {displayName}" : "Zeile für {displayName} auswählen",
|
||||
"Rename file" : "Datei umbenennen",
|
||||
"File name" : "Dateiname",
|
||||
"A long time ago" : "Vor langer Zeit",
|
||||
"This node is unavailable" : "Dieser Knoten ist nicht verfügbar.",
|
||||
"Download file {name}" : "Datei {name} herunterladen",
|
||||
"\"{displayName}\" action executed successfully" : "Aktion \"{displayName}\" erfolgreich ausgeführt",
|
||||
"\"{displayName}\" action failed" : "Aktion \"{displayName}\" fehlgeschlagen",
|
||||
"\"{name}\" is not an allowed filetype." : "\"{name}\" ist kein zulässiger Dateityp.",
|
||||
"{newName} already exists." : "{newName} existiert bereits.",
|
||||
"Name cannot be empty" : "Der Name darf nicht leer sein",
|
||||
"Another entry with the same name already exists" : "Ein anderer Eintrag mit diesem Namen existiert bereits.",
|
||||
"Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" in \"{newName}\" umbenannt",
|
||||
"Could not rename \"{oldName}\", it does not exist any more" : "\"{oldName}\" konnte nicht umbenannt werden, da es nicht mehr existiert.",
|
||||
"The name \"{newName}\"\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name \"{targetName}\" wird bereits im Ordner \"{dir}\" benutzt. Bitte wähle einen anderen Namen.",
|
||||
"Could not rename \"{oldName}\"" : "\"{oldName}\" konnte nicht umbenannt werden.",
|
||||
"Total rows summary" : "Zusammenfassung aller Zeilen",
|
||||
"\"{displayName}\" failed on some elements " : "\"{displayName}\" ist bei einigen Elementen fehlgeschlagen",
|
||||
"\"{displayName}\" batch action executed successfully" : "Stapelaktion \"{displayName}\" erfolgreich ausgeführt",
|
||||
|
|
@ -182,6 +197,8 @@ OC.L10N.register(
|
|||
"Sort list by {column} ({direction})" : "Liste sortieren nach {column} ({direction})",
|
||||
"Select all" : "Alle auswählen",
|
||||
"Unselect all" : "Auswahl aufheben",
|
||||
"List of files and folders." : "Liste der Dateien und Ordner",
|
||||
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Diese Liste wird aus Performance-Gründen nicht vollständig angezeigt. Die Dateien werden angezeigt, wenn du durch die Liste navigierst.",
|
||||
"File not found" : "Datei nicht gefunden",
|
||||
"Storage informations" : "Speicherinformationen",
|
||||
"{usedQuotaByte} used" : "{usedQuotaByte} verwendet",
|
||||
|
|
@ -208,6 +225,7 @@ OC.L10N.register(
|
|||
"Files settings" : "Dateien-Einstellungen",
|
||||
"File cannot be accessed" : "Auf die Datei kann nicht zugegriffen werden",
|
||||
"You might not have have permissions to view it, ask the sender to share it" : "Möglicherweise hast du nicht die Berechtigung zur Anzeige. Bitte den Absender, die Datei freizugeben.",
|
||||
"Sort favorites first" : "Favoriten zuerst sortieren",
|
||||
"Show hidden files" : "Versteckte Dateien anzeigen",
|
||||
"Crop image previews" : "Bildvorschauen zuschneiden",
|
||||
"Additional settings" : "Zusätzliche Einstellungen",
|
||||
|
|
@ -226,13 +244,21 @@ OC.L10N.register(
|
|||
"Blank" : "Leer",
|
||||
"Unable to create new file from template" : "Neue Datei konnte nicht aus Vorlage erstellt werden",
|
||||
"Delete permanently" : "Endgültig löschen",
|
||||
"Open folder {displayName}" : "Ordner {displayName} öffnen",
|
||||
"Open in Files" : "In App \"Dateien\" öffnen",
|
||||
"Open details" : "Details öffnen",
|
||||
"Set up templates folder" : "Vorlagenordner einrichten",
|
||||
"Templates" : "Vorlagen",
|
||||
"Create new templates folder" : "Neuen Vorlagenordner erstellen",
|
||||
"Unable to initialize the templates directory" : "Der Vorlagenordner konnte nicht initialisiert werden",
|
||||
"List of favorites files and folders." : "Liste der favorisierten Ordner und Dateien",
|
||||
"No favorites yet" : "Noch keine Favoriten vorhanden",
|
||||
"Files and folders you mark as favorite will show up here" : "Dateien und Ordner, die als Favoriten markiert werden, erscheinen hier",
|
||||
"All files" : "Alle Dateien",
|
||||
"List of your files and folders." : "Liste deiner Dateien und Ordner",
|
||||
"List of recently modified files and folders." : "Liste der zuletzt geänderten Dateien und Ordner",
|
||||
"No recently modified files" : "Keine kürzlich geänderten Dateien",
|
||||
"Files and folders you recently modified will show up here." : "Die von dir kürzlich geänderten Dateien und Ordner werden hier angezeigt.",
|
||||
"Toggle %1$s sublist" : "Unterliste %1$s umschalten",
|
||||
"No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden",
|
||||
"Upload too large" : "Der Upload ist zu groß",
|
||||
|
|
@ -256,7 +282,7 @@ OC.L10N.register(
|
|||
"Deleted shares" : "Gelöschte Freigaben",
|
||||
"Pending shares" : "Ausstehende Freigaben",
|
||||
"Open folder {name}" : "Ordner {name} öffnen",
|
||||
"This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Diese Liste ist aus Performance-Gründen nicht vollständig gerendert. Die Dateien werden gerendert, wenn du durch die Liste navigierst.",
|
||||
"This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Diese Liste wird aus Performance-Gründen nicht vollständig angezeigt. Die Dateien werden gerendert, wenn du durch die Liste navigierst.",
|
||||
"Search for an account" : "Nach einem Konto suchen",
|
||||
"Choose" : "Auswählen",
|
||||
"No files or folders have been deleted yet" : "Es wurden noch keine Dateien oder Ordner gelöscht"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@
|
|||
"An unknown error has occurred" : "Es ist ein unbekannter Fehler aufgetreten",
|
||||
"File could not be uploaded" : "Datei konnte nicht hochgeladen werden.",
|
||||
"Uploading …" : "Lade hoch …",
|
||||
"{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})",
|
||||
"Uploading … ({currentNumber}/{total})" : "Lade hoch … ({currentNumber}/{total})",
|
||||
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})",
|
||||
"Uploading that item is not supported" : "Hochladen von Daten dieser Art wird nicht unterstützt.",
|
||||
"Target folder does not exist any more" : "Zielordner existiert nicht mehr",
|
||||
|
|
@ -30,6 +32,7 @@
|
|||
"Move" : "Verschieben",
|
||||
"Copy" : "Kopieren",
|
||||
"Choose target folder" : "Zielordner wählen",
|
||||
"Set reminder" : "Erinnerung erstellen",
|
||||
"Edit locally" : "Lokal bearbeiten",
|
||||
"Open" : "Öffnen",
|
||||
"Delete file" : "Datei löschen",
|
||||
|
|
@ -106,6 +109,8 @@
|
|||
"Create new folder" : "Neuen Ordner erstellen",
|
||||
"Upload file" : "Datei hochladen",
|
||||
"Recent" : "Neueste",
|
||||
"This file has the tag {tag}" : "Diese Datei trägt das Schlagwort {tag}.",
|
||||
"This file has the tags {firstTags} and {lastTag}" : "Diese Datei trägt die Schlagworte {firstTags} und {lastTag}.",
|
||||
"Not favorited" : "Nicht favorisiert",
|
||||
"Remove from favorites" : "Von Favoriten entfernen",
|
||||
"Add to favorites" : "Zu den Favoriten hinzufügen",
|
||||
|
|
@ -167,11 +172,21 @@
|
|||
"Reload current directory" : "Aktuelles Verzeichnis neu laden",
|
||||
"Go to the \"{dir}\" directory" : "In das Verzeichnis \"{dir}“ wechseln",
|
||||
"Select the row for {displayName}" : "Zeile für {displayName} auswählen",
|
||||
"Rename file" : "Datei umbenennen",
|
||||
"File name" : "Dateiname",
|
||||
"A long time ago" : "Vor langer Zeit",
|
||||
"This node is unavailable" : "Dieser Knoten ist nicht verfügbar.",
|
||||
"Download file {name}" : "Datei {name} herunterladen",
|
||||
"\"{displayName}\" action executed successfully" : "Aktion \"{displayName}\" erfolgreich ausgeführt",
|
||||
"\"{displayName}\" action failed" : "Aktion \"{displayName}\" fehlgeschlagen",
|
||||
"\"{name}\" is not an allowed filetype." : "\"{name}\" ist kein zulässiger Dateityp.",
|
||||
"{newName} already exists." : "{newName} existiert bereits.",
|
||||
"Name cannot be empty" : "Der Name darf nicht leer sein",
|
||||
"Another entry with the same name already exists" : "Ein anderer Eintrag mit diesem Namen existiert bereits.",
|
||||
"Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" in \"{newName}\" umbenannt",
|
||||
"Could not rename \"{oldName}\", it does not exist any more" : "\"{oldName}\" konnte nicht umbenannt werden, da es nicht mehr existiert.",
|
||||
"The name \"{newName}\"\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name \"{targetName}\" wird bereits im Ordner \"{dir}\" benutzt. Bitte wähle einen anderen Namen.",
|
||||
"Could not rename \"{oldName}\"" : "\"{oldName}\" konnte nicht umbenannt werden.",
|
||||
"Total rows summary" : "Zusammenfassung aller Zeilen",
|
||||
"\"{displayName}\" failed on some elements " : "\"{displayName}\" ist bei einigen Elementen fehlgeschlagen",
|
||||
"\"{displayName}\" batch action executed successfully" : "Stapelaktion \"{displayName}\" erfolgreich ausgeführt",
|
||||
|
|
@ -180,6 +195,8 @@
|
|||
"Sort list by {column} ({direction})" : "Liste sortieren nach {column} ({direction})",
|
||||
"Select all" : "Alle auswählen",
|
||||
"Unselect all" : "Auswahl aufheben",
|
||||
"List of files and folders." : "Liste der Dateien und Ordner",
|
||||
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Diese Liste wird aus Performance-Gründen nicht vollständig angezeigt. Die Dateien werden angezeigt, wenn du durch die Liste navigierst.",
|
||||
"File not found" : "Datei nicht gefunden",
|
||||
"Storage informations" : "Speicherinformationen",
|
||||
"{usedQuotaByte} used" : "{usedQuotaByte} verwendet",
|
||||
|
|
@ -206,6 +223,7 @@
|
|||
"Files settings" : "Dateien-Einstellungen",
|
||||
"File cannot be accessed" : "Auf die Datei kann nicht zugegriffen werden",
|
||||
"You might not have have permissions to view it, ask the sender to share it" : "Möglicherweise hast du nicht die Berechtigung zur Anzeige. Bitte den Absender, die Datei freizugeben.",
|
||||
"Sort favorites first" : "Favoriten zuerst sortieren",
|
||||
"Show hidden files" : "Versteckte Dateien anzeigen",
|
||||
"Crop image previews" : "Bildvorschauen zuschneiden",
|
||||
"Additional settings" : "Zusätzliche Einstellungen",
|
||||
|
|
@ -224,13 +242,21 @@
|
|||
"Blank" : "Leer",
|
||||
"Unable to create new file from template" : "Neue Datei konnte nicht aus Vorlage erstellt werden",
|
||||
"Delete permanently" : "Endgültig löschen",
|
||||
"Open folder {displayName}" : "Ordner {displayName} öffnen",
|
||||
"Open in Files" : "In App \"Dateien\" öffnen",
|
||||
"Open details" : "Details öffnen",
|
||||
"Set up templates folder" : "Vorlagenordner einrichten",
|
||||
"Templates" : "Vorlagen",
|
||||
"Create new templates folder" : "Neuen Vorlagenordner erstellen",
|
||||
"Unable to initialize the templates directory" : "Der Vorlagenordner konnte nicht initialisiert werden",
|
||||
"List of favorites files and folders." : "Liste der favorisierten Ordner und Dateien",
|
||||
"No favorites yet" : "Noch keine Favoriten vorhanden",
|
||||
"Files and folders you mark as favorite will show up here" : "Dateien und Ordner, die als Favoriten markiert werden, erscheinen hier",
|
||||
"All files" : "Alle Dateien",
|
||||
"List of your files and folders." : "Liste deiner Dateien und Ordner",
|
||||
"List of recently modified files and folders." : "Liste der zuletzt geänderten Dateien und Ordner",
|
||||
"No recently modified files" : "Keine kürzlich geänderten Dateien",
|
||||
"Files and folders you recently modified will show up here." : "Die von dir kürzlich geänderten Dateien und Ordner werden hier angezeigt.",
|
||||
"Toggle %1$s sublist" : "Unterliste %1$s umschalten",
|
||||
"No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden",
|
||||
"Upload too large" : "Der Upload ist zu groß",
|
||||
|
|
@ -254,7 +280,7 @@
|
|||
"Deleted shares" : "Gelöschte Freigaben",
|
||||
"Pending shares" : "Ausstehende Freigaben",
|
||||
"Open folder {name}" : "Ordner {name} öffnen",
|
||||
"This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Diese Liste ist aus Performance-Gründen nicht vollständig gerendert. Die Dateien werden gerendert, wenn du durch die Liste navigierst.",
|
||||
"This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Diese Liste wird aus Performance-Gründen nicht vollständig angezeigt. Die Dateien werden gerendert, wenn du durch die Liste navigierst.",
|
||||
"Search for an account" : "Nach einem Konto suchen",
|
||||
"Choose" : "Auswählen",
|
||||
"No files or folders have been deleted yet" : "Es wurden noch keine Dateien oder Ordner gelöscht"
|
||||
|
|
|
|||
|
|
@ -210,6 +210,7 @@ OC.L10N.register(
|
|||
"Expires {relativetime}" : "Läuft {relativetime} ab",
|
||||
"this share just expired." : "Diese Freigabe ist gerade abgelaufen.",
|
||||
"Shared with you by {owner}" : "{owner} hat dies mit dir geteilt",
|
||||
"Open in Files" : "In Dateien öffnen",
|
||||
"Link to a file" : "Mit einer Datei verknüpfen",
|
||||
"Error creating the share: {errorMessage}" : "Fehler beim Erstellen der Freigabe: {errorMessage}",
|
||||
"Error creating the share" : "Fehler beim Erstellen der Freigabe",
|
||||
|
|
|
|||
|
|
@ -208,6 +208,7 @@
|
|||
"Expires {relativetime}" : "Läuft {relativetime} ab",
|
||||
"this share just expired." : "Diese Freigabe ist gerade abgelaufen.",
|
||||
"Shared with you by {owner}" : "{owner} hat dies mit dir geteilt",
|
||||
"Open in Files" : "In Dateien öffnen",
|
||||
"Link to a file" : "Mit einer Datei verknüpfen",
|
||||
"Error creating the share: {errorMessage}" : "Fehler beim Erstellen der Freigabe: {errorMessage}",
|
||||
"Error creating the share" : "Fehler beim Erstellen der Freigabe",
|
||||
|
|
|
|||
|
|
@ -148,6 +148,11 @@ OC.L10N.register(
|
|||
"Profile information" : "Profilinformation",
|
||||
"Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profilbild, vollständiger Name, E-Mail-Adresse, Telefonnummer, Adresse, Webseite, Twitter, Organisation, Rolle, Überschrift, Biografie und ob dein Profil aktiviert ist",
|
||||
"Nextcloud settings" : "Nextcloud-Einstellungen",
|
||||
"Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "Maschinelle Übersetzung kann mittels verschiedener Apps implementiert werden. Hier kannst du die Priorität der von dir aktuell installierten maschinellen Übersetzungs-Apps festlegen.",
|
||||
"Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Sprache-zu-Text kann mittels verschiedener Apps implementiert werden. Hier kannst du einstellen, welche App verwendet werden soll.",
|
||||
"None of your currently installed apps provide Speech-To-Text functionality" : "Keine deiner derzeit installierten Apps bietet Sprache-zu-Text-Funktionalität.",
|
||||
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Textverarbeitungsaufgaben können mittels verschiedener Apps umgesetzt werden. Hier kannst du einstellen, welche App für welche Aufgabe verwendet werden soll.",
|
||||
"None of your currently installed apps provide Text processing functionality" : "Keine deiner derzeit installierten Apps bietet Funktionalität zur Textverarbeitung.",
|
||||
"Here you can decide which group can access certain sections of the administration settings." : "Hier kannst du festlegen, welche Gruppe auf bestimmte Bereiche der Verwaltungs-Einstellungen zugreifen kann.",
|
||||
"None" : "Keine",
|
||||
"Unable to modify setting" : "Einstellung konnte nicht geändert werden",
|
||||
|
|
@ -314,6 +319,7 @@ OC.L10N.register(
|
|||
"Week starts on {firstDayOfWeek}" : "Woche beginnt am {firstDayOfWeek}",
|
||||
"Unable to update locale" : "Gebietsschema konnte nicht aktualisiert werden.",
|
||||
"No locale set" : "Kein Gebietsschema festgelegt",
|
||||
"Your city" : "Deine Stadt",
|
||||
"Your organisation" : "Deine Organisation",
|
||||
"Your phone number" : "Deine Telefonnummer",
|
||||
"Edit your Profile visibility" : "Sichtbarkeit des Profils anpassen",
|
||||
|
|
@ -331,6 +337,7 @@ OC.L10N.register(
|
|||
"Unable to update federation scope of additional {property}" : "Der Federations-Bereich des zusätzlichen {property} kann nicht aktualisiert werden.",
|
||||
"Add additional email" : "Zusätzliche E-Mail-Adresse hinzufügen",
|
||||
"Add" : "Hinzufügen",
|
||||
"List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Liste aller Benutzer. Diese Liste wird aus Performance-Gründen nicht vollständig angezeigt. Die Benutzer werden angezeigt, wenn du durch die Liste navigierst.",
|
||||
"Default language" : "Standard-Sprache",
|
||||
"Common languages" : "Gängige Sprachen",
|
||||
"Other languages" : "Weitere Sprachen",
|
||||
|
|
|
|||
|
|
@ -146,6 +146,11 @@
|
|||
"Profile information" : "Profilinformation",
|
||||
"Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profilbild, vollständiger Name, E-Mail-Adresse, Telefonnummer, Adresse, Webseite, Twitter, Organisation, Rolle, Überschrift, Biografie und ob dein Profil aktiviert ist",
|
||||
"Nextcloud settings" : "Nextcloud-Einstellungen",
|
||||
"Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "Maschinelle Übersetzung kann mittels verschiedener Apps implementiert werden. Hier kannst du die Priorität der von dir aktuell installierten maschinellen Übersetzungs-Apps festlegen.",
|
||||
"Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Sprache-zu-Text kann mittels verschiedener Apps implementiert werden. Hier kannst du einstellen, welche App verwendet werden soll.",
|
||||
"None of your currently installed apps provide Speech-To-Text functionality" : "Keine deiner derzeit installierten Apps bietet Sprache-zu-Text-Funktionalität.",
|
||||
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Textverarbeitungsaufgaben können mittels verschiedener Apps umgesetzt werden. Hier kannst du einstellen, welche App für welche Aufgabe verwendet werden soll.",
|
||||
"None of your currently installed apps provide Text processing functionality" : "Keine deiner derzeit installierten Apps bietet Funktionalität zur Textverarbeitung.",
|
||||
"Here you can decide which group can access certain sections of the administration settings." : "Hier kannst du festlegen, welche Gruppe auf bestimmte Bereiche der Verwaltungs-Einstellungen zugreifen kann.",
|
||||
"None" : "Keine",
|
||||
"Unable to modify setting" : "Einstellung konnte nicht geändert werden",
|
||||
|
|
@ -312,6 +317,7 @@
|
|||
"Week starts on {firstDayOfWeek}" : "Woche beginnt am {firstDayOfWeek}",
|
||||
"Unable to update locale" : "Gebietsschema konnte nicht aktualisiert werden.",
|
||||
"No locale set" : "Kein Gebietsschema festgelegt",
|
||||
"Your city" : "Deine Stadt",
|
||||
"Your organisation" : "Deine Organisation",
|
||||
"Your phone number" : "Deine Telefonnummer",
|
||||
"Edit your Profile visibility" : "Sichtbarkeit des Profils anpassen",
|
||||
|
|
@ -329,6 +335,7 @@
|
|||
"Unable to update federation scope of additional {property}" : "Der Federations-Bereich des zusätzlichen {property} kann nicht aktualisiert werden.",
|
||||
"Add additional email" : "Zusätzliche E-Mail-Adresse hinzufügen",
|
||||
"Add" : "Hinzufügen",
|
||||
"List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Liste aller Benutzer. Diese Liste wird aus Performance-Gründen nicht vollständig angezeigt. Die Benutzer werden angezeigt, wenn du durch die Liste navigierst.",
|
||||
"Default language" : "Standard-Sprache",
|
||||
"Common languages" : "Gängige Sprachen",
|
||||
"Other languages" : "Weitere Sprachen",
|
||||
|
|
|
|||
|
|
@ -236,21 +236,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "جاري البحث عن {term}",
|
||||
"No" : "لا",
|
||||
"Yes" : "نعم",
|
||||
"No files in here" : "لا توجد ملفات هنا",
|
||||
"New folder" : "مجلد جديد",
|
||||
"No more subfolders in here" : "لا يوجد هنا ملفات فرعية",
|
||||
"Name" : "الاسم",
|
||||
"Size" : "الحجم",
|
||||
"Modified" : "آخر تعديل",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" اسم ملف غير صالح للاستخدام .",
|
||||
"File name cannot be empty." : "اسم الملف لا يجوز أن يكون فارغا",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" غير مسموح في تسمية الملف",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" أنه نوع ملف غير مسموح",
|
||||
"{newName} already exists" : "{newname} موجود مسبقاً",
|
||||
"Choose" : "اختيار",
|
||||
"Copy" : "نسخ",
|
||||
"Move" : "نقل",
|
||||
"Error loading file picker template: {error}" : "حصل خطأ في اختيار القالب: {error}",
|
||||
"OK" : "موافق",
|
||||
"Error loading message template: {error}" : "حصل خطأ في القالب: {error}",
|
||||
"read-only" : "قراءة فقط",
|
||||
|
|
@ -265,12 +253,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(إختيار الكل)",
|
||||
"({count} selected)" : "({count} تم تحديد)",
|
||||
"Error loading file exists template" : "خطأ في تحميل القالب الحالي",
|
||||
"Show list view" : "اظهر معاينات الروابط",
|
||||
"Show grid view" : "أعرض شبكياً",
|
||||
"Pending" : "معلّق",
|
||||
"Home" : "الرئيسية",
|
||||
"Copy to {folder}" : "أنسخ إلى {folder}",
|
||||
"Move to {folder}" : "النقل إلى {folder}",
|
||||
"Saving …" : "جاري الحفظ…",
|
||||
"Authentication required" : "المصادقة مطلوبة",
|
||||
"This action requires you to confirm your password" : "يتطلب هذا الإجراء منك تأكيد كلمة المرور",
|
||||
|
|
@ -424,6 +406,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "إذا لم يكن هناك اسأل المسؤول التقني المحلي.",
|
||||
"Press enter to start searching" : "اضغط على Enter لبدء البحث",
|
||||
"Settings" : "الإعدادات",
|
||||
"No files in here" : "لا توجد ملفات هنا",
|
||||
"New folder" : "مجلد جديد",
|
||||
"No more subfolders in here" : "لا يوجد هنا ملفات فرعية",
|
||||
"Name" : "الاسم",
|
||||
"Size" : "الحجم",
|
||||
"Modified" : "آخر تعديل",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" اسم ملف غير صالح للاستخدام .",
|
||||
"File name cannot be empty." : "اسم الملف لا يجوز أن يكون فارغا",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" غير مسموح في تسمية الملف",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" أنه نوع ملف غير مسموح",
|
||||
"{newName} already exists" : "{newname} موجود مسبقاً",
|
||||
"Error loading file picker template: {error}" : "حصل خطأ في اختيار القالب: {error}",
|
||||
"Show list view" : "اظهر معاينات الروابط",
|
||||
"Show grid view" : "أعرض شبكياً",
|
||||
"Pending" : "معلّق",
|
||||
"Home" : "الرئيسية",
|
||||
"Copy to {folder}" : "أنسخ إلى {folder}",
|
||||
"Move to {folder}" : "النقل إلى {folder}",
|
||||
"File not found" : "لم يتم العثور على الملف",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "لا يمكن العثور على المستند، ربما المشاركة محذوفه او منتهيه؟",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "يرجى استخدام خاصية تحديث سطر الاوامر بسبب التحديثات التلقائية ملغية في ملف الاعدادات config.php",
|
||||
|
|
|
|||
|
|
@ -234,21 +234,9 @@
|
|||
"Looking for {term} …" : "جاري البحث عن {term}",
|
||||
"No" : "لا",
|
||||
"Yes" : "نعم",
|
||||
"No files in here" : "لا توجد ملفات هنا",
|
||||
"New folder" : "مجلد جديد",
|
||||
"No more subfolders in here" : "لا يوجد هنا ملفات فرعية",
|
||||
"Name" : "الاسم",
|
||||
"Size" : "الحجم",
|
||||
"Modified" : "آخر تعديل",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" اسم ملف غير صالح للاستخدام .",
|
||||
"File name cannot be empty." : "اسم الملف لا يجوز أن يكون فارغا",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" غير مسموح في تسمية الملف",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" أنه نوع ملف غير مسموح",
|
||||
"{newName} already exists" : "{newname} موجود مسبقاً",
|
||||
"Choose" : "اختيار",
|
||||
"Copy" : "نسخ",
|
||||
"Move" : "نقل",
|
||||
"Error loading file picker template: {error}" : "حصل خطأ في اختيار القالب: {error}",
|
||||
"OK" : "موافق",
|
||||
"Error loading message template: {error}" : "حصل خطأ في القالب: {error}",
|
||||
"read-only" : "قراءة فقط",
|
||||
|
|
@ -263,12 +251,6 @@
|
|||
"(all selected)" : "(إختيار الكل)",
|
||||
"({count} selected)" : "({count} تم تحديد)",
|
||||
"Error loading file exists template" : "خطأ في تحميل القالب الحالي",
|
||||
"Show list view" : "اظهر معاينات الروابط",
|
||||
"Show grid view" : "أعرض شبكياً",
|
||||
"Pending" : "معلّق",
|
||||
"Home" : "الرئيسية",
|
||||
"Copy to {folder}" : "أنسخ إلى {folder}",
|
||||
"Move to {folder}" : "النقل إلى {folder}",
|
||||
"Saving …" : "جاري الحفظ…",
|
||||
"Authentication required" : "المصادقة مطلوبة",
|
||||
"This action requires you to confirm your password" : "يتطلب هذا الإجراء منك تأكيد كلمة المرور",
|
||||
|
|
@ -422,6 +404,24 @@
|
|||
"If it is not there ask your local administrator." : "إذا لم يكن هناك اسأل المسؤول التقني المحلي.",
|
||||
"Press enter to start searching" : "اضغط على Enter لبدء البحث",
|
||||
"Settings" : "الإعدادات",
|
||||
"No files in here" : "لا توجد ملفات هنا",
|
||||
"New folder" : "مجلد جديد",
|
||||
"No more subfolders in here" : "لا يوجد هنا ملفات فرعية",
|
||||
"Name" : "الاسم",
|
||||
"Size" : "الحجم",
|
||||
"Modified" : "آخر تعديل",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" اسم ملف غير صالح للاستخدام .",
|
||||
"File name cannot be empty." : "اسم الملف لا يجوز أن يكون فارغا",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" غير مسموح في تسمية الملف",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" أنه نوع ملف غير مسموح",
|
||||
"{newName} already exists" : "{newname} موجود مسبقاً",
|
||||
"Error loading file picker template: {error}" : "حصل خطأ في اختيار القالب: {error}",
|
||||
"Show list view" : "اظهر معاينات الروابط",
|
||||
"Show grid view" : "أعرض شبكياً",
|
||||
"Pending" : "معلّق",
|
||||
"Home" : "الرئيسية",
|
||||
"Copy to {folder}" : "أنسخ إلى {folder}",
|
||||
"Move to {folder}" : "النقل إلى {folder}",
|
||||
"File not found" : "لم يتم العثور على الملف",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "لا يمكن العثور على المستند، ربما المشاركة محذوفه او منتهيه؟",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "يرجى استخدام خاصية تحديث سطر الاوامر بسبب التحديثات التلقائية ملغية في ملف الاعدادات config.php",
|
||||
|
|
|
|||
|
|
@ -229,21 +229,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Търси се {term} …",
|
||||
"No" : "Не",
|
||||
"Yes" : "Да",
|
||||
"No files in here" : "Няма файлове",
|
||||
"New folder" : "Нова папка",
|
||||
"No more subfolders in here" : "Няма подпапки",
|
||||
"Name" : "Име",
|
||||
"Size" : "Размер",
|
||||
"Modified" : "Промяна",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" е непозволено име за файл.",
|
||||
"File name cannot be empty." : "Името на файла не може да бъде празно.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" е непозволен знак в името на файла.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" не е разрешен тип файл",
|
||||
"{newName} already exists" : "{newName} вече съществува",
|
||||
"Choose" : "Избор",
|
||||
"Copy" : "Копирай",
|
||||
"Move" : "Премести",
|
||||
"Error loading file picker template: {error}" : "Грешка при зареждането на шаблона за избор на файл: {error}",
|
||||
"OK" : "Добре",
|
||||
"Error loading message template: {error}" : "Грешка при зареждането на шаблона за съобщения: {error}",
|
||||
"read-only" : "Само за четене",
|
||||
|
|
@ -258,12 +246,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(всички избрани)",
|
||||
"({count} selected)" : "({count} избрани)",
|
||||
"Error loading file exists template" : "Грешка при зареждането на шаблона за вече съществуващ файл",
|
||||
"Show list view" : "Показване с изглед на списък",
|
||||
"Show grid view" : "Показване в решетъчен изглед",
|
||||
"Pending" : "Чакащо",
|
||||
"Home" : "Начална страница",
|
||||
"Copy to {folder}" : "Копирай в {folder}",
|
||||
"Move to {folder}" : "Премести в {folder}",
|
||||
"Saving …" : "Записване …",
|
||||
"Authentication required" : "Изисква удостоверяване",
|
||||
"This action requires you to confirm your password" : "Необходимо е да потвърдите паролата си",
|
||||
|
|
@ -417,6 +399,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "Ако не е там, попитайте местния администратор.",
|
||||
"Press enter to start searching" : "Натиснете въведи, за начало на търсенето",
|
||||
"Settings" : "Настройки",
|
||||
"No files in here" : "Няма файлове",
|
||||
"New folder" : "Нова папка",
|
||||
"No more subfolders in here" : "Няма подпапки",
|
||||
"Name" : "Име",
|
||||
"Size" : "Размер",
|
||||
"Modified" : "Промяна",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" е непозволено име за файл.",
|
||||
"File name cannot be empty." : "Името на файла не може да бъде празно.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" е непозволен знак в името на файла.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" не е разрешен тип файл",
|
||||
"{newName} already exists" : "{newName} вече съществува",
|
||||
"Error loading file picker template: {error}" : "Грешка при зареждането на шаблона за избор на файл: {error}",
|
||||
"Show list view" : "Показване с изглед на списък",
|
||||
"Show grid view" : "Показване в решетъчен изглед",
|
||||
"Pending" : "Чакащо",
|
||||
"Home" : "Начална страница",
|
||||
"Copy to {folder}" : "Копирай в {folder}",
|
||||
"Move to {folder}" : "Премести в {folder}",
|
||||
"File not found" : "Файлът не е открит",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Документът не можа да бъде намерен на сървъра. Може би споделянето е изтрито или е изтекло?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Моля използвайте съветникът за актуализиране в командния ред, защото автоматичният е забранен в config.php.",
|
||||
|
|
|
|||
|
|
@ -227,21 +227,9 @@
|
|||
"Looking for {term} …" : "Търси се {term} …",
|
||||
"No" : "Не",
|
||||
"Yes" : "Да",
|
||||
"No files in here" : "Няма файлове",
|
||||
"New folder" : "Нова папка",
|
||||
"No more subfolders in here" : "Няма подпапки",
|
||||
"Name" : "Име",
|
||||
"Size" : "Размер",
|
||||
"Modified" : "Промяна",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" е непозволено име за файл.",
|
||||
"File name cannot be empty." : "Името на файла не може да бъде празно.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" е непозволен знак в името на файла.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" не е разрешен тип файл",
|
||||
"{newName} already exists" : "{newName} вече съществува",
|
||||
"Choose" : "Избор",
|
||||
"Copy" : "Копирай",
|
||||
"Move" : "Премести",
|
||||
"Error loading file picker template: {error}" : "Грешка при зареждането на шаблона за избор на файл: {error}",
|
||||
"OK" : "Добре",
|
||||
"Error loading message template: {error}" : "Грешка при зареждането на шаблона за съобщения: {error}",
|
||||
"read-only" : "Само за четене",
|
||||
|
|
@ -256,12 +244,6 @@
|
|||
"(all selected)" : "(всички избрани)",
|
||||
"({count} selected)" : "({count} избрани)",
|
||||
"Error loading file exists template" : "Грешка при зареждането на шаблона за вече съществуващ файл",
|
||||
"Show list view" : "Показване с изглед на списък",
|
||||
"Show grid view" : "Показване в решетъчен изглед",
|
||||
"Pending" : "Чакащо",
|
||||
"Home" : "Начална страница",
|
||||
"Copy to {folder}" : "Копирай в {folder}",
|
||||
"Move to {folder}" : "Премести в {folder}",
|
||||
"Saving …" : "Записване …",
|
||||
"Authentication required" : "Изисква удостоверяване",
|
||||
"This action requires you to confirm your password" : "Необходимо е да потвърдите паролата си",
|
||||
|
|
@ -415,6 +397,24 @@
|
|||
"If it is not there ask your local administrator." : "Ако не е там, попитайте местния администратор.",
|
||||
"Press enter to start searching" : "Натиснете въведи, за начало на търсенето",
|
||||
"Settings" : "Настройки",
|
||||
"No files in here" : "Няма файлове",
|
||||
"New folder" : "Нова папка",
|
||||
"No more subfolders in here" : "Няма подпапки",
|
||||
"Name" : "Име",
|
||||
"Size" : "Размер",
|
||||
"Modified" : "Промяна",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" е непозволено име за файл.",
|
||||
"File name cannot be empty." : "Името на файла не може да бъде празно.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" е непозволен знак в името на файла.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" не е разрешен тип файл",
|
||||
"{newName} already exists" : "{newName} вече съществува",
|
||||
"Error loading file picker template: {error}" : "Грешка при зареждането на шаблона за избор на файл: {error}",
|
||||
"Show list view" : "Показване с изглед на списък",
|
||||
"Show grid view" : "Показване в решетъчен изглед",
|
||||
"Pending" : "Чакащо",
|
||||
"Home" : "Начална страница",
|
||||
"Copy to {folder}" : "Копирай в {folder}",
|
||||
"Move to {folder}" : "Премести в {folder}",
|
||||
"File not found" : "Файлът не е открит",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Документът не можа да бъде намерен на сървъра. Може би споделянето е изтрито или е изтекло?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Моля използвайте съветникът за актуализиране в командния ред, защото автоматичният е забранен в config.php.",
|
||||
|
|
|
|||
|
|
@ -136,21 +136,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "O klask {term} ...",
|
||||
"No" : "Nan",
|
||||
"Yes" : "Ya",
|
||||
"No files in here" : "Restr ebet amañ",
|
||||
"New folder" : "Heuliad nevez",
|
||||
"No more subfolders in here" : "N'ez eus ket isteuliadoù all amañ",
|
||||
"Name" : "Anv",
|
||||
"Size" : "Ment",
|
||||
"Modified" : "Cheñchet",
|
||||
"\"{name}\" is an invalid file name." : "N'eo ket \"{name}\" un anv restr aotreet.",
|
||||
"File name cannot be empty." : "N'hall ket anv ur restr bezañ goullo.",
|
||||
"\"/\" is not allowed inside a file name." : "N'eo ket aotreet \"/\" e anv ur restr.",
|
||||
"\"{name}\" is not an allowed filetype" : "N'eo ket \"{name}\" un doare restr aotreet",
|
||||
"{newName} already exists" : "{newName} zo anezhañ c'hoazh",
|
||||
"Choose" : "Dibab",
|
||||
"Copy" : "Eilañ",
|
||||
"Move" : "Diplasañ",
|
||||
"Error loading file picker template: {error}" : "Ur fazi a zo bet en ur c'hargañ ar choazer eskelet restr : {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Ur fazi zo bet pa voe karget stumm skouer ar gemenadenn : [error]",
|
||||
"read-only" : "lennable nemetken",
|
||||
|
|
@ -165,10 +153,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(dibab pep tra)",
|
||||
"({count} selected)" : "({count} dibabet)",
|
||||
"Error loading file exists template" : "Ur fazi zo bet pa voe karget ar restr",
|
||||
"Pending" : "O c'hortoz",
|
||||
"Home" : "Degemer",
|
||||
"Copy to {folder}" : "Eilan e {folder}",
|
||||
"Move to {folder}" : "Diblasañ da {folder}",
|
||||
"Saving …" : "Orc'h enrolliñ",
|
||||
"Authentication required" : "Eus un dilesa ez eus ezhomp",
|
||||
"This action requires you to confirm your password" : "An ober-mañ a c'houlenn e kadarnfec'h ho ker-tremen",
|
||||
|
|
@ -302,6 +286,22 @@ OC.L10N.register(
|
|||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kit e darempred gant anr merour reizhad ma chomm ar c'hemenadenn-mañ, pe ma ze war well dic'hortozet ",
|
||||
"If it is not there ask your local administrator." : "M'a n'eo ket amañ, goulennit o merour lec'h.",
|
||||
"Settings" : "Arventennoù",
|
||||
"No files in here" : "Restr ebet amañ",
|
||||
"New folder" : "Heuliad nevez",
|
||||
"No more subfolders in here" : "N'ez eus ket isteuliadoù all amañ",
|
||||
"Name" : "Anv",
|
||||
"Size" : "Ment",
|
||||
"Modified" : "Cheñchet",
|
||||
"\"{name}\" is an invalid file name." : "N'eo ket \"{name}\" un anv restr aotreet.",
|
||||
"File name cannot be empty." : "N'hall ket anv ur restr bezañ goullo.",
|
||||
"\"/\" is not allowed inside a file name." : "N'eo ket aotreet \"/\" e anv ur restr.",
|
||||
"\"{name}\" is not an allowed filetype" : "N'eo ket \"{name}\" un doare restr aotreet",
|
||||
"{newName} already exists" : "{newName} zo anezhañ c'hoazh",
|
||||
"Error loading file picker template: {error}" : "Ur fazi a zo bet en ur c'hargañ ar choazer eskelet restr : {error}",
|
||||
"Pending" : "O c'hortoz",
|
||||
"Home" : "Degemer",
|
||||
"Copy to {folder}" : "Eilan e {folder}",
|
||||
"Move to {folder}" : "Diblasañ da {folder}",
|
||||
"File not found" : "N'eo ket bet kavet ar restr",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "N'eo ket posuple kavout ar ragtress war ar servijour. Marteze eo re gozh pe ez eo bet lammet ar rannadenn.",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Mar-plij, implijit al linenn-urzh adneveziñ peogwir eo disaotreet an adneveziñ otomatek e-barzh config.php."
|
||||
|
|
|
|||
|
|
@ -134,21 +134,9 @@
|
|||
"Looking for {term} …" : "O klask {term} ...",
|
||||
"No" : "Nan",
|
||||
"Yes" : "Ya",
|
||||
"No files in here" : "Restr ebet amañ",
|
||||
"New folder" : "Heuliad nevez",
|
||||
"No more subfolders in here" : "N'ez eus ket isteuliadoù all amañ",
|
||||
"Name" : "Anv",
|
||||
"Size" : "Ment",
|
||||
"Modified" : "Cheñchet",
|
||||
"\"{name}\" is an invalid file name." : "N'eo ket \"{name}\" un anv restr aotreet.",
|
||||
"File name cannot be empty." : "N'hall ket anv ur restr bezañ goullo.",
|
||||
"\"/\" is not allowed inside a file name." : "N'eo ket aotreet \"/\" e anv ur restr.",
|
||||
"\"{name}\" is not an allowed filetype" : "N'eo ket \"{name}\" un doare restr aotreet",
|
||||
"{newName} already exists" : "{newName} zo anezhañ c'hoazh",
|
||||
"Choose" : "Dibab",
|
||||
"Copy" : "Eilañ",
|
||||
"Move" : "Diplasañ",
|
||||
"Error loading file picker template: {error}" : "Ur fazi a zo bet en ur c'hargañ ar choazer eskelet restr : {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Ur fazi zo bet pa voe karget stumm skouer ar gemenadenn : [error]",
|
||||
"read-only" : "lennable nemetken",
|
||||
|
|
@ -163,10 +151,6 @@
|
|||
"(all selected)" : "(dibab pep tra)",
|
||||
"({count} selected)" : "({count} dibabet)",
|
||||
"Error loading file exists template" : "Ur fazi zo bet pa voe karget ar restr",
|
||||
"Pending" : "O c'hortoz",
|
||||
"Home" : "Degemer",
|
||||
"Copy to {folder}" : "Eilan e {folder}",
|
||||
"Move to {folder}" : "Diblasañ da {folder}",
|
||||
"Saving …" : "Orc'h enrolliñ",
|
||||
"Authentication required" : "Eus un dilesa ez eus ezhomp",
|
||||
"This action requires you to confirm your password" : "An ober-mañ a c'houlenn e kadarnfec'h ho ker-tremen",
|
||||
|
|
@ -300,6 +284,22 @@
|
|||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kit e darempred gant anr merour reizhad ma chomm ar c'hemenadenn-mañ, pe ma ze war well dic'hortozet ",
|
||||
"If it is not there ask your local administrator." : "M'a n'eo ket amañ, goulennit o merour lec'h.",
|
||||
"Settings" : "Arventennoù",
|
||||
"No files in here" : "Restr ebet amañ",
|
||||
"New folder" : "Heuliad nevez",
|
||||
"No more subfolders in here" : "N'ez eus ket isteuliadoù all amañ",
|
||||
"Name" : "Anv",
|
||||
"Size" : "Ment",
|
||||
"Modified" : "Cheñchet",
|
||||
"\"{name}\" is an invalid file name." : "N'eo ket \"{name}\" un anv restr aotreet.",
|
||||
"File name cannot be empty." : "N'hall ket anv ur restr bezañ goullo.",
|
||||
"\"/\" is not allowed inside a file name." : "N'eo ket aotreet \"/\" e anv ur restr.",
|
||||
"\"{name}\" is not an allowed filetype" : "N'eo ket \"{name}\" un doare restr aotreet",
|
||||
"{newName} already exists" : "{newName} zo anezhañ c'hoazh",
|
||||
"Error loading file picker template: {error}" : "Ur fazi a zo bet en ur c'hargañ ar choazer eskelet restr : {error}",
|
||||
"Pending" : "O c'hortoz",
|
||||
"Home" : "Degemer",
|
||||
"Copy to {folder}" : "Eilan e {folder}",
|
||||
"Move to {folder}" : "Diblasañ da {folder}",
|
||||
"File not found" : "N'eo ket bet kavet ar restr",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "N'eo ket posuple kavout ar ragtress war ar servijour. Marteze eo re gozh pe ez eo bet lammet ar rannadenn.",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Mar-plij, implijit al linenn-urzh adneveziñ peogwir eo disaotreet an adneveziñ otomatek e-barzh config.php."
|
||||
|
|
|
|||
|
|
@ -235,21 +235,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "S'està cercant {term}…",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hi ha cap fitxer aquí",
|
||||
"New folder" : "Carpeta nova",
|
||||
"No more subfolders in here" : "No hi ha més subcarpetes aquí",
|
||||
"Name" : "Nom",
|
||||
"Size" : "Mida",
|
||||
"Modified" : "Darrera modificació",
|
||||
"\"{name}\" is an invalid file name." : "«{name}» no és un nom fitxer vàlid.",
|
||||
"File name cannot be empty." : "El nom del fitxer no pot estar buit.",
|
||||
"\"/\" is not allowed inside a file name." : "El caràcter «/» no es pot utilitzar en el nom dels fitxers.",
|
||||
"\"{name}\" is not an allowed filetype" : "«{name}» no és un tipus de fitxer permès",
|
||||
"{newName} already exists" : "{newName} ja existeix",
|
||||
"Choose" : "Tria",
|
||||
"Copy" : "Copia",
|
||||
"Move" : "Mou",
|
||||
"Error loading file picker template: {error}" : "S'ha produït un error en carregar la plantilla del selector de fitxers: {error}",
|
||||
"OK" : "D'acord",
|
||||
"Error loading message template: {error}" : "S'ha produït un error en carregar la plantilla del missatge: {error}",
|
||||
"read-only" : "només de lectura",
|
||||
|
|
@ -264,12 +252,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(selecció: tot)",
|
||||
"({count} selected)" : "(selecció: {count})",
|
||||
"Error loading file exists template" : "S'ha produït un error en carregar la plantilla de fitxer existent",
|
||||
"Show list view" : "Mostra la visualització de llista",
|
||||
"Show grid view" : "Mostra la visualització de graella",
|
||||
"Pending" : "Pendent",
|
||||
"Home" : "Inici",
|
||||
"Copy to {folder}" : "Copia a {folder}",
|
||||
"Move to {folder}" : "Mou a {folder}",
|
||||
"Saving …" : "S'està desant…",
|
||||
"Authentication required" : "Cal autenticació",
|
||||
"This action requires you to confirm your password" : "Aquesta acció requereix que confirmeu la contrasenya",
|
||||
|
|
@ -423,6 +405,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "Si no el trobeu, pregunteu a l'equip d'administració local.",
|
||||
"Press enter to start searching" : "Premeu Retorn per a iniciar la cerca",
|
||||
"Settings" : "Paràmetres",
|
||||
"No files in here" : "No hi ha cap fitxer aquí",
|
||||
"New folder" : "Carpeta nova",
|
||||
"No more subfolders in here" : "No hi ha més subcarpetes aquí",
|
||||
"Name" : "Nom",
|
||||
"Size" : "Mida",
|
||||
"Modified" : "Darrera modificació",
|
||||
"\"{name}\" is an invalid file name." : "«{name}» no és un nom fitxer vàlid.",
|
||||
"File name cannot be empty." : "El nom del fitxer no pot estar buit.",
|
||||
"\"/\" is not allowed inside a file name." : "El caràcter «/» no es pot utilitzar en el nom dels fitxers.",
|
||||
"\"{name}\" is not an allowed filetype" : "«{name}» no és un tipus de fitxer permès",
|
||||
"{newName} already exists" : "{newName} ja existeix",
|
||||
"Error loading file picker template: {error}" : "S'ha produït un error en carregar la plantilla del selector de fitxers: {error}",
|
||||
"Show list view" : "Mostra la visualització de llista",
|
||||
"Show grid view" : "Mostra la visualització de graella",
|
||||
"Pending" : "Pendent",
|
||||
"Home" : "Inici",
|
||||
"Copy to {folder}" : "Copia a {folder}",
|
||||
"Move to {folder}" : "Mou a {folder}",
|
||||
"File not found" : "No s'ha trobat el fitxer",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "No s'ha trobat el document en el servidor. És possible que s'hagi suprimit la referència o que hagi caducat.",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Utilitzeu l'actualitzador de línia d'ordres; l'actualització automàtica està inhabilitada en el fitxer config.php.",
|
||||
|
|
|
|||
|
|
@ -233,21 +233,9 @@
|
|||
"Looking for {term} …" : "S'està cercant {term}…",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hi ha cap fitxer aquí",
|
||||
"New folder" : "Carpeta nova",
|
||||
"No more subfolders in here" : "No hi ha més subcarpetes aquí",
|
||||
"Name" : "Nom",
|
||||
"Size" : "Mida",
|
||||
"Modified" : "Darrera modificació",
|
||||
"\"{name}\" is an invalid file name." : "«{name}» no és un nom fitxer vàlid.",
|
||||
"File name cannot be empty." : "El nom del fitxer no pot estar buit.",
|
||||
"\"/\" is not allowed inside a file name." : "El caràcter «/» no es pot utilitzar en el nom dels fitxers.",
|
||||
"\"{name}\" is not an allowed filetype" : "«{name}» no és un tipus de fitxer permès",
|
||||
"{newName} already exists" : "{newName} ja existeix",
|
||||
"Choose" : "Tria",
|
||||
"Copy" : "Copia",
|
||||
"Move" : "Mou",
|
||||
"Error loading file picker template: {error}" : "S'ha produït un error en carregar la plantilla del selector de fitxers: {error}",
|
||||
"OK" : "D'acord",
|
||||
"Error loading message template: {error}" : "S'ha produït un error en carregar la plantilla del missatge: {error}",
|
||||
"read-only" : "només de lectura",
|
||||
|
|
@ -262,12 +250,6 @@
|
|||
"(all selected)" : "(selecció: tot)",
|
||||
"({count} selected)" : "(selecció: {count})",
|
||||
"Error loading file exists template" : "S'ha produït un error en carregar la plantilla de fitxer existent",
|
||||
"Show list view" : "Mostra la visualització de llista",
|
||||
"Show grid view" : "Mostra la visualització de graella",
|
||||
"Pending" : "Pendent",
|
||||
"Home" : "Inici",
|
||||
"Copy to {folder}" : "Copia a {folder}",
|
||||
"Move to {folder}" : "Mou a {folder}",
|
||||
"Saving …" : "S'està desant…",
|
||||
"Authentication required" : "Cal autenticació",
|
||||
"This action requires you to confirm your password" : "Aquesta acció requereix que confirmeu la contrasenya",
|
||||
|
|
@ -421,6 +403,24 @@
|
|||
"If it is not there ask your local administrator." : "Si no el trobeu, pregunteu a l'equip d'administració local.",
|
||||
"Press enter to start searching" : "Premeu Retorn per a iniciar la cerca",
|
||||
"Settings" : "Paràmetres",
|
||||
"No files in here" : "No hi ha cap fitxer aquí",
|
||||
"New folder" : "Carpeta nova",
|
||||
"No more subfolders in here" : "No hi ha més subcarpetes aquí",
|
||||
"Name" : "Nom",
|
||||
"Size" : "Mida",
|
||||
"Modified" : "Darrera modificació",
|
||||
"\"{name}\" is an invalid file name." : "«{name}» no és un nom fitxer vàlid.",
|
||||
"File name cannot be empty." : "El nom del fitxer no pot estar buit.",
|
||||
"\"/\" is not allowed inside a file name." : "El caràcter «/» no es pot utilitzar en el nom dels fitxers.",
|
||||
"\"{name}\" is not an allowed filetype" : "«{name}» no és un tipus de fitxer permès",
|
||||
"{newName} already exists" : "{newName} ja existeix",
|
||||
"Error loading file picker template: {error}" : "S'ha produït un error en carregar la plantilla del selector de fitxers: {error}",
|
||||
"Show list view" : "Mostra la visualització de llista",
|
||||
"Show grid view" : "Mostra la visualització de graella",
|
||||
"Pending" : "Pendent",
|
||||
"Home" : "Inici",
|
||||
"Copy to {folder}" : "Copia a {folder}",
|
||||
"Move to {folder}" : "Mou a {folder}",
|
||||
"File not found" : "No s'ha trobat el fitxer",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "No s'ha trobat el document en el servidor. És possible que s'hagi suprimit la referència o que hagi caducat.",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Utilitzeu l'actualitzador de línia d'ordres; l'actualització automàtica està inhabilitada en el fitxer config.php.",
|
||||
|
|
|
|||
|
|
@ -236,21 +236,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Hledání {term}…",
|
||||
"No" : "Ne",
|
||||
"Yes" : "Ano",
|
||||
"No files in here" : "Nejsou zde žádné soubory",
|
||||
"New folder" : "Nová složka",
|
||||
"No more subfolders in here" : "Nejsou zde žádné další podsložky",
|
||||
"Name" : "Název",
|
||||
"Size" : "Velikost",
|
||||
"Modified" : "Upraveno",
|
||||
"\"{name}\" is an invalid file name." : "„{name}“ není platným názvem souboru.",
|
||||
"File name cannot be empty." : "Je třeba vyplnit název souboru.",
|
||||
"\"/\" is not allowed inside a file name." : "„/“ není povolený znak v názvu souboru.",
|
||||
"\"{name}\" is not an allowed filetype" : "„{name}“ není povolený typ souboru",
|
||||
"{newName} already exists" : "{newName} už existuje",
|
||||
"Choose" : "Vybrat",
|
||||
"Copy" : "Zkopírovat",
|
||||
"Move" : "Přesunout",
|
||||
"Error loading file picker template: {error}" : "Chyba při načítání šablony výběru souborů: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Chyba při načítání šablony zprávy: {error}",
|
||||
"read-only" : "pouze pro čtení",
|
||||
|
|
@ -265,12 +253,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(vše vybrané)",
|
||||
"({count} selected)" : "(vybráno {count})",
|
||||
"Error loading file exists template" : "Chyba při načítání šablony existence souboru",
|
||||
"Show list view" : "Zobrazit v seznamu",
|
||||
"Show grid view" : "Zobrazit v mřížce",
|
||||
"Pending" : "Čekající",
|
||||
"Home" : "Domů",
|
||||
"Copy to {folder}" : "Zkopírovat do {folder}",
|
||||
"Move to {folder}" : "Přesunout do {folder}",
|
||||
"Saving …" : "Ukládání…",
|
||||
"Authentication required" : "Vyžadováno ověření",
|
||||
"This action requires you to confirm your password" : "Tato akce vyžaduje zadání vašeho hesla",
|
||||
|
|
@ -424,6 +406,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "Pokud se tam nenachází, zeptejte se svého místního správce.",
|
||||
"Press enter to start searching" : "Vyhledávání zahájíte stisknutím klávesy Enter",
|
||||
"Settings" : "Nastavení",
|
||||
"No files in here" : "Nejsou zde žádné soubory",
|
||||
"New folder" : "Nová složka",
|
||||
"No more subfolders in here" : "Nejsou zde žádné další podsložky",
|
||||
"Name" : "Název",
|
||||
"Size" : "Velikost",
|
||||
"Modified" : "Upraveno",
|
||||
"\"{name}\" is an invalid file name." : "„{name}“ není platným názvem souboru.",
|
||||
"File name cannot be empty." : "Je třeba vyplnit název souboru.",
|
||||
"\"/\" is not allowed inside a file name." : "„/“ není povolený znak v názvu souboru.",
|
||||
"\"{name}\" is not an allowed filetype" : "„{name}“ není povolený typ souboru",
|
||||
"{newName} already exists" : "{newName} už existuje",
|
||||
"Error loading file picker template: {error}" : "Chyba při načítání šablony výběru souborů: {error}",
|
||||
"Show list view" : "Zobrazit v seznamu",
|
||||
"Show grid view" : "Zobrazit v mřížce",
|
||||
"Pending" : "Čekající",
|
||||
"Home" : "Domů",
|
||||
"Copy to {folder}" : "Zkopírovat do {folder}",
|
||||
"Move to {folder}" : "Přesunout do {folder}",
|
||||
"File not found" : "Soubor nenalezen",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokument se nepodařilo na serveru najít. Možná bylo sdílení smazáno nebo skončila jeho platnost?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Zaktualizujte z příkazového řádku, protože automatická aktualizace je v config.php vypnutá.",
|
||||
|
|
|
|||
|
|
@ -234,21 +234,9 @@
|
|||
"Looking for {term} …" : "Hledání {term}…",
|
||||
"No" : "Ne",
|
||||
"Yes" : "Ano",
|
||||
"No files in here" : "Nejsou zde žádné soubory",
|
||||
"New folder" : "Nová složka",
|
||||
"No more subfolders in here" : "Nejsou zde žádné další podsložky",
|
||||
"Name" : "Název",
|
||||
"Size" : "Velikost",
|
||||
"Modified" : "Upraveno",
|
||||
"\"{name}\" is an invalid file name." : "„{name}“ není platným názvem souboru.",
|
||||
"File name cannot be empty." : "Je třeba vyplnit název souboru.",
|
||||
"\"/\" is not allowed inside a file name." : "„/“ není povolený znak v názvu souboru.",
|
||||
"\"{name}\" is not an allowed filetype" : "„{name}“ není povolený typ souboru",
|
||||
"{newName} already exists" : "{newName} už existuje",
|
||||
"Choose" : "Vybrat",
|
||||
"Copy" : "Zkopírovat",
|
||||
"Move" : "Přesunout",
|
||||
"Error loading file picker template: {error}" : "Chyba při načítání šablony výběru souborů: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Chyba při načítání šablony zprávy: {error}",
|
||||
"read-only" : "pouze pro čtení",
|
||||
|
|
@ -263,12 +251,6 @@
|
|||
"(all selected)" : "(vše vybrané)",
|
||||
"({count} selected)" : "(vybráno {count})",
|
||||
"Error loading file exists template" : "Chyba při načítání šablony existence souboru",
|
||||
"Show list view" : "Zobrazit v seznamu",
|
||||
"Show grid view" : "Zobrazit v mřížce",
|
||||
"Pending" : "Čekající",
|
||||
"Home" : "Domů",
|
||||
"Copy to {folder}" : "Zkopírovat do {folder}",
|
||||
"Move to {folder}" : "Přesunout do {folder}",
|
||||
"Saving …" : "Ukládání…",
|
||||
"Authentication required" : "Vyžadováno ověření",
|
||||
"This action requires you to confirm your password" : "Tato akce vyžaduje zadání vašeho hesla",
|
||||
|
|
@ -422,6 +404,24 @@
|
|||
"If it is not there ask your local administrator." : "Pokud se tam nenachází, zeptejte se svého místního správce.",
|
||||
"Press enter to start searching" : "Vyhledávání zahájíte stisknutím klávesy Enter",
|
||||
"Settings" : "Nastavení",
|
||||
"No files in here" : "Nejsou zde žádné soubory",
|
||||
"New folder" : "Nová složka",
|
||||
"No more subfolders in here" : "Nejsou zde žádné další podsložky",
|
||||
"Name" : "Název",
|
||||
"Size" : "Velikost",
|
||||
"Modified" : "Upraveno",
|
||||
"\"{name}\" is an invalid file name." : "„{name}“ není platným názvem souboru.",
|
||||
"File name cannot be empty." : "Je třeba vyplnit název souboru.",
|
||||
"\"/\" is not allowed inside a file name." : "„/“ není povolený znak v názvu souboru.",
|
||||
"\"{name}\" is not an allowed filetype" : "„{name}“ není povolený typ souboru",
|
||||
"{newName} already exists" : "{newName} už existuje",
|
||||
"Error loading file picker template: {error}" : "Chyba při načítání šablony výběru souborů: {error}",
|
||||
"Show list view" : "Zobrazit v seznamu",
|
||||
"Show grid view" : "Zobrazit v mřížce",
|
||||
"Pending" : "Čekající",
|
||||
"Home" : "Domů",
|
||||
"Copy to {folder}" : "Zkopírovat do {folder}",
|
||||
"Move to {folder}" : "Přesunout do {folder}",
|
||||
"File not found" : "Soubor nenalezen",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokument se nepodařilo na serveru najít. Možná bylo sdílení smazáno nebo skončila jeho platnost?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Zaktualizujte z příkazového řádku, protože automatická aktualizace je v config.php vypnutá.",
|
||||
|
|
|
|||
|
|
@ -235,21 +235,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Leder efter {term} …",
|
||||
"No" : "Nej",
|
||||
"Yes" : "Ja",
|
||||
"No files in here" : "Ingen filer",
|
||||
"New folder" : "Ny mappe",
|
||||
"No more subfolders in here" : "Her er ikke flere undermapper",
|
||||
"Name" : "Navn",
|
||||
"Size" : "Størrelse",
|
||||
"Modified" : "Ændret",
|
||||
"\"{name}\" is an invalid file name." : "'{name}' er et ugyldigt filnavn.",
|
||||
"File name cannot be empty." : "Filnavnet kan ikke stå tomt.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" er ikke tilladt i et filnavn.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" er ikke en tilladt filtype",
|
||||
"{newName} already exists" : "{newname} eksisterer allerede",
|
||||
"Choose" : "Vælg",
|
||||
"Copy" : "Kopiér",
|
||||
"Move" : "Flyt",
|
||||
"Error loading file picker template: {error}" : "Fejl ved indlæsning af filvælger skabelon: {error}",
|
||||
"OK" : "Ok",
|
||||
"Error loading message template: {error}" : "Fejl ved indlæsning af besked skabelon: {error}",
|
||||
"read-only" : "skrivebeskyttet",
|
||||
|
|
@ -264,12 +252,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(alle valgt)",
|
||||
"({count} selected)" : "({count} valgt)",
|
||||
"Error loading file exists template" : "Fejl ved inlæsning af; fil eksistere skabelon",
|
||||
"Show list view" : "Vis som liste",
|
||||
"Show grid view" : "Vis som gitter",
|
||||
"Pending" : "Afventer",
|
||||
"Home" : "Hjem",
|
||||
"Copy to {folder}" : "Kopier til {folder}",
|
||||
"Move to {folder}" : "Flyt til {folder}",
|
||||
"Saving …" : "Gemmer…",
|
||||
"Authentication required" : "Godkendelse påkrævet",
|
||||
"This action requires you to confirm your password" : "Denne handling kræver at du bekræfter dit kodeord",
|
||||
|
|
@ -423,6 +405,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "Hvis den ikke er der så spørg din lokale administrator.",
|
||||
"Press enter to start searching" : "Tast retur for at starte søgning",
|
||||
"Settings" : "Indstillinger",
|
||||
"No files in here" : "Ingen filer",
|
||||
"New folder" : "Ny mappe",
|
||||
"No more subfolders in here" : "Her er ikke flere undermapper",
|
||||
"Name" : "Navn",
|
||||
"Size" : "Størrelse",
|
||||
"Modified" : "Ændret",
|
||||
"\"{name}\" is an invalid file name." : "'{name}' er et ugyldigt filnavn.",
|
||||
"File name cannot be empty." : "Filnavnet kan ikke stå tomt.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" er ikke tilladt i et filnavn.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" er ikke en tilladt filtype",
|
||||
"{newName} already exists" : "{newname} eksisterer allerede",
|
||||
"Error loading file picker template: {error}" : "Fejl ved indlæsning af filvælger skabelon: {error}",
|
||||
"Show list view" : "Vis som liste",
|
||||
"Show grid view" : "Vis som gitter",
|
||||
"Pending" : "Afventer",
|
||||
"Home" : "Hjem",
|
||||
"Copy to {folder}" : "Kopier til {folder}",
|
||||
"Move to {folder}" : "Flyt til {folder}",
|
||||
"File not found" : "Filen blev ikke fundet",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokumentet kunne ikke findes på serveren. Måske er det slettet, eller udløbet?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Benyt kommandolinjen til at opdatere, da automatisk opdatering er slået fra i config.php.",
|
||||
|
|
|
|||
|
|
@ -233,21 +233,9 @@
|
|||
"Looking for {term} …" : "Leder efter {term} …",
|
||||
"No" : "Nej",
|
||||
"Yes" : "Ja",
|
||||
"No files in here" : "Ingen filer",
|
||||
"New folder" : "Ny mappe",
|
||||
"No more subfolders in here" : "Her er ikke flere undermapper",
|
||||
"Name" : "Navn",
|
||||
"Size" : "Størrelse",
|
||||
"Modified" : "Ændret",
|
||||
"\"{name}\" is an invalid file name." : "'{name}' er et ugyldigt filnavn.",
|
||||
"File name cannot be empty." : "Filnavnet kan ikke stå tomt.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" er ikke tilladt i et filnavn.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" er ikke en tilladt filtype",
|
||||
"{newName} already exists" : "{newname} eksisterer allerede",
|
||||
"Choose" : "Vælg",
|
||||
"Copy" : "Kopiér",
|
||||
"Move" : "Flyt",
|
||||
"Error loading file picker template: {error}" : "Fejl ved indlæsning af filvælger skabelon: {error}",
|
||||
"OK" : "Ok",
|
||||
"Error loading message template: {error}" : "Fejl ved indlæsning af besked skabelon: {error}",
|
||||
"read-only" : "skrivebeskyttet",
|
||||
|
|
@ -262,12 +250,6 @@
|
|||
"(all selected)" : "(alle valgt)",
|
||||
"({count} selected)" : "({count} valgt)",
|
||||
"Error loading file exists template" : "Fejl ved inlæsning af; fil eksistere skabelon",
|
||||
"Show list view" : "Vis som liste",
|
||||
"Show grid view" : "Vis som gitter",
|
||||
"Pending" : "Afventer",
|
||||
"Home" : "Hjem",
|
||||
"Copy to {folder}" : "Kopier til {folder}",
|
||||
"Move to {folder}" : "Flyt til {folder}",
|
||||
"Saving …" : "Gemmer…",
|
||||
"Authentication required" : "Godkendelse påkrævet",
|
||||
"This action requires you to confirm your password" : "Denne handling kræver at du bekræfter dit kodeord",
|
||||
|
|
@ -421,6 +403,24 @@
|
|||
"If it is not there ask your local administrator." : "Hvis den ikke er der så spørg din lokale administrator.",
|
||||
"Press enter to start searching" : "Tast retur for at starte søgning",
|
||||
"Settings" : "Indstillinger",
|
||||
"No files in here" : "Ingen filer",
|
||||
"New folder" : "Ny mappe",
|
||||
"No more subfolders in here" : "Her er ikke flere undermapper",
|
||||
"Name" : "Navn",
|
||||
"Size" : "Størrelse",
|
||||
"Modified" : "Ændret",
|
||||
"\"{name}\" is an invalid file name." : "'{name}' er et ugyldigt filnavn.",
|
||||
"File name cannot be empty." : "Filnavnet kan ikke stå tomt.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" er ikke tilladt i et filnavn.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" er ikke en tilladt filtype",
|
||||
"{newName} already exists" : "{newname} eksisterer allerede",
|
||||
"Error loading file picker template: {error}" : "Fejl ved indlæsning af filvælger skabelon: {error}",
|
||||
"Show list view" : "Vis som liste",
|
||||
"Show grid view" : "Vis som gitter",
|
||||
"Pending" : "Afventer",
|
||||
"Home" : "Hjem",
|
||||
"Copy to {folder}" : "Kopier til {folder}",
|
||||
"Move to {folder}" : "Flyt til {folder}",
|
||||
"File not found" : "Filen blev ikke fundet",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokumentet kunne ikke findes på serveren. Måske er det slettet, eller udløbet?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Benyt kommandolinjen til at opdatere, da automatisk opdatering er slået fra i config.php.",
|
||||
|
|
|
|||
|
|
@ -229,21 +229,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Suche nach {term} …",
|
||||
"No" : "Nein",
|
||||
"Yes" : "Ja",
|
||||
"No files in here" : "Keine Dateien vorhanden",
|
||||
"New folder" : "Neuer Ordner",
|
||||
"No more subfolders in here" : "Keine weiteren Unterordner vorhanden",
|
||||
"Name" : "Name",
|
||||
"Size" : "Größe",
|
||||
"Modified" : "Geändert",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}“ ist kein gültiger Dateiname.",
|
||||
"File name cannot be empty." : "Der Dateiname darf nicht leer sein.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ist innerhalb eines Dateinamens nicht erlaubt.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}“ ist kein erlaubter Dateityp ",
|
||||
"{newName} already exists" : "{newName} existiert bereits",
|
||||
"Choose" : "Auswählen",
|
||||
"Copy" : "Kopieren",
|
||||
"Move" : "Verschieben",
|
||||
"Error loading file picker template: {error}" : "Fehler beim Laden der Dateiauswahlvorlage: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Fehler beim Laden der Nachrichtenvorlage: {error}",
|
||||
"read-only" : "Schreibgeschützt",
|
||||
|
|
@ -258,12 +246,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(Alle ausgewählt)",
|
||||
"({count} selected)" : "({count} ausgewählt)",
|
||||
"Error loading file exists template" : "Fehler beim Laden der vorhanden Dateivorlage",
|
||||
"Show list view" : "Listenansicht anzeigen",
|
||||
"Show grid view" : "Rasteransicht anzeigen",
|
||||
"Pending" : "Ausstehend",
|
||||
"Home" : "Startseite",
|
||||
"Copy to {folder}" : "Kopieren nach {folder}",
|
||||
"Move to {folder}" : "Verschieben nach {folder}",
|
||||
"Saving …" : "Speichern …",
|
||||
"Authentication required" : "Legitimierung benötigt",
|
||||
"This action requires you to confirm your password" : "Dieser Vorgang benötigt eine Passwortbestätigung von dir",
|
||||
|
|
@ -417,6 +399,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "Wenn du keine E-Mail bekommen hast, wende dich bitte an deinen lokalen Administrator.",
|
||||
"Press enter to start searching" : "Zum Suchen Enter drücken",
|
||||
"Settings" : "Einstellungen",
|
||||
"No files in here" : "Keine Dateien vorhanden",
|
||||
"New folder" : "Neuer Ordner",
|
||||
"No more subfolders in here" : "Keine weiteren Unterordner vorhanden",
|
||||
"Name" : "Name",
|
||||
"Size" : "Größe",
|
||||
"Modified" : "Geändert",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}“ ist kein gültiger Dateiname.",
|
||||
"File name cannot be empty." : "Der Dateiname darf nicht leer sein.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ist innerhalb eines Dateinamens nicht erlaubt.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}“ ist kein erlaubter Dateityp ",
|
||||
"{newName} already exists" : "{newName} existiert bereits",
|
||||
"Error loading file picker template: {error}" : "Fehler beim Laden der Dateiauswahlvorlage: {error}",
|
||||
"Show list view" : "Listenansicht anzeigen",
|
||||
"Show grid view" : "Rasteransicht anzeigen",
|
||||
"Pending" : "Ausstehend",
|
||||
"Home" : "Startseite",
|
||||
"Copy to {folder}" : "Kopieren nach {folder}",
|
||||
"Move to {folder}" : "Verschieben nach {folder}",
|
||||
"File not found" : "Datei nicht gefunden",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Das Dokument konnte auf dem Server nicht gefunden werden. Möglicherweise wurde die Freigabe gelöscht oder ist abgelaufen?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutze bitte den Updater über die Kommandozeile.",
|
||||
|
|
|
|||
|
|
@ -227,21 +227,9 @@
|
|||
"Looking for {term} …" : "Suche nach {term} …",
|
||||
"No" : "Nein",
|
||||
"Yes" : "Ja",
|
||||
"No files in here" : "Keine Dateien vorhanden",
|
||||
"New folder" : "Neuer Ordner",
|
||||
"No more subfolders in here" : "Keine weiteren Unterordner vorhanden",
|
||||
"Name" : "Name",
|
||||
"Size" : "Größe",
|
||||
"Modified" : "Geändert",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}“ ist kein gültiger Dateiname.",
|
||||
"File name cannot be empty." : "Der Dateiname darf nicht leer sein.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ist innerhalb eines Dateinamens nicht erlaubt.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}“ ist kein erlaubter Dateityp ",
|
||||
"{newName} already exists" : "{newName} existiert bereits",
|
||||
"Choose" : "Auswählen",
|
||||
"Copy" : "Kopieren",
|
||||
"Move" : "Verschieben",
|
||||
"Error loading file picker template: {error}" : "Fehler beim Laden der Dateiauswahlvorlage: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Fehler beim Laden der Nachrichtenvorlage: {error}",
|
||||
"read-only" : "Schreibgeschützt",
|
||||
|
|
@ -256,12 +244,6 @@
|
|||
"(all selected)" : "(Alle ausgewählt)",
|
||||
"({count} selected)" : "({count} ausgewählt)",
|
||||
"Error loading file exists template" : "Fehler beim Laden der vorhanden Dateivorlage",
|
||||
"Show list view" : "Listenansicht anzeigen",
|
||||
"Show grid view" : "Rasteransicht anzeigen",
|
||||
"Pending" : "Ausstehend",
|
||||
"Home" : "Startseite",
|
||||
"Copy to {folder}" : "Kopieren nach {folder}",
|
||||
"Move to {folder}" : "Verschieben nach {folder}",
|
||||
"Saving …" : "Speichern …",
|
||||
"Authentication required" : "Legitimierung benötigt",
|
||||
"This action requires you to confirm your password" : "Dieser Vorgang benötigt eine Passwortbestätigung von dir",
|
||||
|
|
@ -415,6 +397,24 @@
|
|||
"If it is not there ask your local administrator." : "Wenn du keine E-Mail bekommen hast, wende dich bitte an deinen lokalen Administrator.",
|
||||
"Press enter to start searching" : "Zum Suchen Enter drücken",
|
||||
"Settings" : "Einstellungen",
|
||||
"No files in here" : "Keine Dateien vorhanden",
|
||||
"New folder" : "Neuer Ordner",
|
||||
"No more subfolders in here" : "Keine weiteren Unterordner vorhanden",
|
||||
"Name" : "Name",
|
||||
"Size" : "Größe",
|
||||
"Modified" : "Geändert",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}“ ist kein gültiger Dateiname.",
|
||||
"File name cannot be empty." : "Der Dateiname darf nicht leer sein.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ist innerhalb eines Dateinamens nicht erlaubt.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}“ ist kein erlaubter Dateityp ",
|
||||
"{newName} already exists" : "{newName} existiert bereits",
|
||||
"Error loading file picker template: {error}" : "Fehler beim Laden der Dateiauswahlvorlage: {error}",
|
||||
"Show list view" : "Listenansicht anzeigen",
|
||||
"Show grid view" : "Rasteransicht anzeigen",
|
||||
"Pending" : "Ausstehend",
|
||||
"Home" : "Startseite",
|
||||
"Copy to {folder}" : "Kopieren nach {folder}",
|
||||
"Move to {folder}" : "Verschieben nach {folder}",
|
||||
"File not found" : "Datei nicht gefunden",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Das Dokument konnte auf dem Server nicht gefunden werden. Möglicherweise wurde die Freigabe gelöscht oder ist abgelaufen?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutze bitte den Updater über die Kommandozeile.",
|
||||
|
|
|
|||
|
|
@ -236,21 +236,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Suche nach {term}…",
|
||||
"No" : "Nein",
|
||||
"Yes" : "Ja",
|
||||
"No files in here" : "Keine Dateien vorhanden",
|
||||
"New folder" : "Neuer Ordner",
|
||||
"No more subfolders in here" : "Keine weiteren Unterordner vorhanden",
|
||||
"Name" : "Name",
|
||||
"Size" : "Größe",
|
||||
"Modified" : "Geändert",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}“ ist kein gültiger Dateiname.",
|
||||
"File name cannot be empty." : "Der Dateiname darf nicht leer sein.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ist innerhalb eines Dateinamens nicht erlaubt.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}“ ist kein erlaubter Dateityp ",
|
||||
"{newName} already exists" : "{newName} existiert bereits",
|
||||
"Choose" : "Auswählen",
|
||||
"Copy" : "Kopieren",
|
||||
"Move" : "Verschieben",
|
||||
"Error loading file picker template: {error}" : "Fehler beim Laden der Dateiauswahlvorlage: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Fehler beim Laden der Nachrichtenvorlage: {error}",
|
||||
"read-only" : "Schreibgeschützt",
|
||||
|
|
@ -265,12 +253,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(Alle ausgewählt)",
|
||||
"({count} selected)" : "({count} ausgewählt)",
|
||||
"Error loading file exists template" : "Fehler beim Laden der vorhanden Dateivorlage",
|
||||
"Show list view" : "Listenansicht anzeigen",
|
||||
"Show grid view" : "Rasteransicht anzeigen",
|
||||
"Pending" : "Ausstehend",
|
||||
"Home" : "Startseite",
|
||||
"Copy to {folder}" : "Kopieren nach {folder}",
|
||||
"Move to {folder}" : "Verschieben nach {folder}",
|
||||
"Saving …" : "Speichere …",
|
||||
"Authentication required" : "Legitimierung benötigt",
|
||||
"This action requires you to confirm your password" : "Dieser Vorgang benötigt eine Passwortbestätigung von Ihnen",
|
||||
|
|
@ -424,6 +406,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "Wenn Sie keine E-Mail bekommen haben, wenden Sie sich bitte an Ihren lokalen Administrator.",
|
||||
"Press enter to start searching" : "Eingabetaste zum Starten der Suche drücken",
|
||||
"Settings" : "Einstellungen",
|
||||
"No files in here" : "Keine Dateien vorhanden",
|
||||
"New folder" : "Neuer Ordner",
|
||||
"No more subfolders in here" : "Keine weiteren Unterordner vorhanden",
|
||||
"Name" : "Name",
|
||||
"Size" : "Größe",
|
||||
"Modified" : "Geändert",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}“ ist kein gültiger Dateiname.",
|
||||
"File name cannot be empty." : "Der Dateiname darf nicht leer sein.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ist innerhalb eines Dateinamens nicht erlaubt.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}“ ist kein erlaubter Dateityp ",
|
||||
"{newName} already exists" : "{newName} existiert bereits",
|
||||
"Error loading file picker template: {error}" : "Fehler beim Laden der Dateiauswahlvorlage: {error}",
|
||||
"Show list view" : "Listenansicht anzeigen",
|
||||
"Show grid view" : "Rasteransicht anzeigen",
|
||||
"Pending" : "Ausstehend",
|
||||
"Home" : "Startseite",
|
||||
"Copy to {folder}" : "Kopieren nach {folder}",
|
||||
"Move to {folder}" : "Verschieben nach {folder}",
|
||||
"File not found" : "Datei nicht gefunden",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Das Dokument konnte auf dem Server nicht gefunden werden. Möglicherweise wurde die Freigabe gelöscht oder ist abgelaufen?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutzen Sie bitte den Updater über die Kommandozeile.",
|
||||
|
|
|
|||
|
|
@ -234,21 +234,9 @@
|
|||
"Looking for {term} …" : "Suche nach {term}…",
|
||||
"No" : "Nein",
|
||||
"Yes" : "Ja",
|
||||
"No files in here" : "Keine Dateien vorhanden",
|
||||
"New folder" : "Neuer Ordner",
|
||||
"No more subfolders in here" : "Keine weiteren Unterordner vorhanden",
|
||||
"Name" : "Name",
|
||||
"Size" : "Größe",
|
||||
"Modified" : "Geändert",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}“ ist kein gültiger Dateiname.",
|
||||
"File name cannot be empty." : "Der Dateiname darf nicht leer sein.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ist innerhalb eines Dateinamens nicht erlaubt.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}“ ist kein erlaubter Dateityp ",
|
||||
"{newName} already exists" : "{newName} existiert bereits",
|
||||
"Choose" : "Auswählen",
|
||||
"Copy" : "Kopieren",
|
||||
"Move" : "Verschieben",
|
||||
"Error loading file picker template: {error}" : "Fehler beim Laden der Dateiauswahlvorlage: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Fehler beim Laden der Nachrichtenvorlage: {error}",
|
||||
"read-only" : "Schreibgeschützt",
|
||||
|
|
@ -263,12 +251,6 @@
|
|||
"(all selected)" : "(Alle ausgewählt)",
|
||||
"({count} selected)" : "({count} ausgewählt)",
|
||||
"Error loading file exists template" : "Fehler beim Laden der vorhanden Dateivorlage",
|
||||
"Show list view" : "Listenansicht anzeigen",
|
||||
"Show grid view" : "Rasteransicht anzeigen",
|
||||
"Pending" : "Ausstehend",
|
||||
"Home" : "Startseite",
|
||||
"Copy to {folder}" : "Kopieren nach {folder}",
|
||||
"Move to {folder}" : "Verschieben nach {folder}",
|
||||
"Saving …" : "Speichere …",
|
||||
"Authentication required" : "Legitimierung benötigt",
|
||||
"This action requires you to confirm your password" : "Dieser Vorgang benötigt eine Passwortbestätigung von Ihnen",
|
||||
|
|
@ -422,6 +404,24 @@
|
|||
"If it is not there ask your local administrator." : "Wenn Sie keine E-Mail bekommen haben, wenden Sie sich bitte an Ihren lokalen Administrator.",
|
||||
"Press enter to start searching" : "Eingabetaste zum Starten der Suche drücken",
|
||||
"Settings" : "Einstellungen",
|
||||
"No files in here" : "Keine Dateien vorhanden",
|
||||
"New folder" : "Neuer Ordner",
|
||||
"No more subfolders in here" : "Keine weiteren Unterordner vorhanden",
|
||||
"Name" : "Name",
|
||||
"Size" : "Größe",
|
||||
"Modified" : "Geändert",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}“ ist kein gültiger Dateiname.",
|
||||
"File name cannot be empty." : "Der Dateiname darf nicht leer sein.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ist innerhalb eines Dateinamens nicht erlaubt.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}“ ist kein erlaubter Dateityp ",
|
||||
"{newName} already exists" : "{newName} existiert bereits",
|
||||
"Error loading file picker template: {error}" : "Fehler beim Laden der Dateiauswahlvorlage: {error}",
|
||||
"Show list view" : "Listenansicht anzeigen",
|
||||
"Show grid view" : "Rasteransicht anzeigen",
|
||||
"Pending" : "Ausstehend",
|
||||
"Home" : "Startseite",
|
||||
"Copy to {folder}" : "Kopieren nach {folder}",
|
||||
"Move to {folder}" : "Verschieben nach {folder}",
|
||||
"File not found" : "Datei nicht gefunden",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Das Dokument konnte auf dem Server nicht gefunden werden. Möglicherweise wurde die Freigabe gelöscht oder ist abgelaufen?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutzen Sie bitte den Updater über die Kommandozeile.",
|
||||
|
|
|
|||
|
|
@ -232,21 +232,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Αναζήτηση για {term} …",
|
||||
"No" : "Όχι",
|
||||
"Yes" : "Ναι",
|
||||
"No files in here" : "Δεν υπάρχουν αρχεία",
|
||||
"New folder" : "Νέος φάκελος",
|
||||
"No more subfolders in here" : "Δεν υπάρχουν υποφάκελοι",
|
||||
"Name" : "Όνομα",
|
||||
"Size" : "Μέγεθος",
|
||||
"Modified" : "Τροποποιήθηκε",
|
||||
"\"{name}\" is an invalid file name." : "Το \"{name}\" δεν είναι έγκυρο όνομα αρχείου.",
|
||||
"File name cannot be empty." : "Το όνομα αρχείου δεν μπορεί να είναι κενό.",
|
||||
"\"/\" is not allowed inside a file name." : "Το \"/\" δεν είναι επιτρεπτό εντός του ονόματος αρχείου.",
|
||||
"\"{name}\" is not an allowed filetype" : "Το \"{name}\" δεν είναι ένας επιτρεπτός τύπος αρχείου",
|
||||
"{newName} already exists" : "Το {newName} υπάρχει ήδη",
|
||||
"Choose" : "Επιλέξτε",
|
||||
"Copy" : "Αντιγραφή",
|
||||
"Move" : "Μετακίνηση",
|
||||
"Error loading file picker template: {error}" : "Σφάλμα κατά την φόρτωση του προτύπου επιλογέα αρχείων: {error}",
|
||||
"OK" : "ΟΚ",
|
||||
"Error loading message template: {error}" : "Σφάλμα φόρτωσης προτύπου μηνυμάτων: {error}",
|
||||
"read-only" : "μόνο για ανάγνωση",
|
||||
|
|
@ -261,12 +249,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(όλα τα επιλεγμένα)",
|
||||
"({count} selected)" : "({count} επιλέχθηκαν)",
|
||||
"Error loading file exists template" : "Σφάλμα κατά την φόρτωση του προτύπου \"αρχείο υπάρχει\"",
|
||||
"Show list view" : "Προβολή λίστας",
|
||||
"Show grid view" : "Προβολή πλέγματος",
|
||||
"Pending" : "Εκκρεμεί",
|
||||
"Home" : "Αρχική",
|
||||
"Copy to {folder}" : "Αντιγραφή σε {folder}",
|
||||
"Move to {folder}" : "Μετακίνηση σε {folder}",
|
||||
"Saving …" : "Γίνεται αποθήκευση …",
|
||||
"Authentication required" : "Απαιτείται πιστοποίηση",
|
||||
"This action requires you to confirm your password" : "Για την ενέργεια αυτή απαιτείται η επιβεβαίωση του συνθηματικού σας",
|
||||
|
|
@ -420,6 +402,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "Εάν δεν είναι εκεί ρωτήστε τον τοπικό διαχειριστή σας.",
|
||||
"Press enter to start searching" : "Πατήστε enter για να ξεκινήσει η αναζήτηση",
|
||||
"Settings" : "Ρυθμίσεις",
|
||||
"No files in here" : "Δεν υπάρχουν αρχεία",
|
||||
"New folder" : "Νέος φάκελος",
|
||||
"No more subfolders in here" : "Δεν υπάρχουν υποφάκελοι",
|
||||
"Name" : "Όνομα",
|
||||
"Size" : "Μέγεθος",
|
||||
"Modified" : "Τροποποιήθηκε",
|
||||
"\"{name}\" is an invalid file name." : "Το \"{name}\" δεν είναι έγκυρο όνομα αρχείου.",
|
||||
"File name cannot be empty." : "Το όνομα αρχείου δεν μπορεί να είναι κενό.",
|
||||
"\"/\" is not allowed inside a file name." : "Το \"/\" δεν είναι επιτρεπτό εντός του ονόματος αρχείου.",
|
||||
"\"{name}\" is not an allowed filetype" : "Το \"{name}\" δεν είναι ένας επιτρεπτός τύπος αρχείου",
|
||||
"{newName} already exists" : "Το {newName} υπάρχει ήδη",
|
||||
"Error loading file picker template: {error}" : "Σφάλμα κατά την φόρτωση του προτύπου επιλογέα αρχείων: {error}",
|
||||
"Show list view" : "Προβολή λίστας",
|
||||
"Show grid view" : "Προβολή πλέγματος",
|
||||
"Pending" : "Εκκρεμεί",
|
||||
"Home" : "Αρχική",
|
||||
"Copy to {folder}" : "Αντιγραφή σε {folder}",
|
||||
"Move to {folder}" : "Μετακίνηση σε {folder}",
|
||||
"File not found" : "Το αρχείο δεν βρέθηκε",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Το έγγραφο δεν βρέθηκε στον διακομιστή. Ίσως διαγράφηκε η κοινή χρήση ή έληξε?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Παρακαλούμε ενημερώστε μέσω γραμμής εντολών διότι η αυτόματη ενημέρωση έχει απενεργοποιηθεί στο αρχείο config.php.",
|
||||
|
|
|
|||
|
|
@ -230,21 +230,9 @@
|
|||
"Looking for {term} …" : "Αναζήτηση για {term} …",
|
||||
"No" : "Όχι",
|
||||
"Yes" : "Ναι",
|
||||
"No files in here" : "Δεν υπάρχουν αρχεία",
|
||||
"New folder" : "Νέος φάκελος",
|
||||
"No more subfolders in here" : "Δεν υπάρχουν υποφάκελοι",
|
||||
"Name" : "Όνομα",
|
||||
"Size" : "Μέγεθος",
|
||||
"Modified" : "Τροποποιήθηκε",
|
||||
"\"{name}\" is an invalid file name." : "Το \"{name}\" δεν είναι έγκυρο όνομα αρχείου.",
|
||||
"File name cannot be empty." : "Το όνομα αρχείου δεν μπορεί να είναι κενό.",
|
||||
"\"/\" is not allowed inside a file name." : "Το \"/\" δεν είναι επιτρεπτό εντός του ονόματος αρχείου.",
|
||||
"\"{name}\" is not an allowed filetype" : "Το \"{name}\" δεν είναι ένας επιτρεπτός τύπος αρχείου",
|
||||
"{newName} already exists" : "Το {newName} υπάρχει ήδη",
|
||||
"Choose" : "Επιλέξτε",
|
||||
"Copy" : "Αντιγραφή",
|
||||
"Move" : "Μετακίνηση",
|
||||
"Error loading file picker template: {error}" : "Σφάλμα κατά την φόρτωση του προτύπου επιλογέα αρχείων: {error}",
|
||||
"OK" : "ΟΚ",
|
||||
"Error loading message template: {error}" : "Σφάλμα φόρτωσης προτύπου μηνυμάτων: {error}",
|
||||
"read-only" : "μόνο για ανάγνωση",
|
||||
|
|
@ -259,12 +247,6 @@
|
|||
"(all selected)" : "(όλα τα επιλεγμένα)",
|
||||
"({count} selected)" : "({count} επιλέχθηκαν)",
|
||||
"Error loading file exists template" : "Σφάλμα κατά την φόρτωση του προτύπου \"αρχείο υπάρχει\"",
|
||||
"Show list view" : "Προβολή λίστας",
|
||||
"Show grid view" : "Προβολή πλέγματος",
|
||||
"Pending" : "Εκκρεμεί",
|
||||
"Home" : "Αρχική",
|
||||
"Copy to {folder}" : "Αντιγραφή σε {folder}",
|
||||
"Move to {folder}" : "Μετακίνηση σε {folder}",
|
||||
"Saving …" : "Γίνεται αποθήκευση …",
|
||||
"Authentication required" : "Απαιτείται πιστοποίηση",
|
||||
"This action requires you to confirm your password" : "Για την ενέργεια αυτή απαιτείται η επιβεβαίωση του συνθηματικού σας",
|
||||
|
|
@ -418,6 +400,24 @@
|
|||
"If it is not there ask your local administrator." : "Εάν δεν είναι εκεί ρωτήστε τον τοπικό διαχειριστή σας.",
|
||||
"Press enter to start searching" : "Πατήστε enter για να ξεκινήσει η αναζήτηση",
|
||||
"Settings" : "Ρυθμίσεις",
|
||||
"No files in here" : "Δεν υπάρχουν αρχεία",
|
||||
"New folder" : "Νέος φάκελος",
|
||||
"No more subfolders in here" : "Δεν υπάρχουν υποφάκελοι",
|
||||
"Name" : "Όνομα",
|
||||
"Size" : "Μέγεθος",
|
||||
"Modified" : "Τροποποιήθηκε",
|
||||
"\"{name}\" is an invalid file name." : "Το \"{name}\" δεν είναι έγκυρο όνομα αρχείου.",
|
||||
"File name cannot be empty." : "Το όνομα αρχείου δεν μπορεί να είναι κενό.",
|
||||
"\"/\" is not allowed inside a file name." : "Το \"/\" δεν είναι επιτρεπτό εντός του ονόματος αρχείου.",
|
||||
"\"{name}\" is not an allowed filetype" : "Το \"{name}\" δεν είναι ένας επιτρεπτός τύπος αρχείου",
|
||||
"{newName} already exists" : "Το {newName} υπάρχει ήδη",
|
||||
"Error loading file picker template: {error}" : "Σφάλμα κατά την φόρτωση του προτύπου επιλογέα αρχείων: {error}",
|
||||
"Show list view" : "Προβολή λίστας",
|
||||
"Show grid view" : "Προβολή πλέγματος",
|
||||
"Pending" : "Εκκρεμεί",
|
||||
"Home" : "Αρχική",
|
||||
"Copy to {folder}" : "Αντιγραφή σε {folder}",
|
||||
"Move to {folder}" : "Μετακίνηση σε {folder}",
|
||||
"File not found" : "Το αρχείο δεν βρέθηκε",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Το έγγραφο δεν βρέθηκε στον διακομιστή. Ίσως διαγράφηκε η κοινή χρήση ή έληξε?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Παρακαλούμε ενημερώστε μέσω γραμμής εντολών διότι η αυτόματη ενημέρωση έχει απενεργοποιηθεί στο αρχείο config.php.",
|
||||
|
|
|
|||
|
|
@ -236,21 +236,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Looking for {term} …",
|
||||
"No" : "No",
|
||||
"Yes" : "Yes",
|
||||
"No files in here" : "No files in here",
|
||||
"New folder" : "New folder",
|
||||
"No more subfolders in here" : "No more subfolders in here",
|
||||
"Name" : "Name",
|
||||
"Size" : "Size",
|
||||
"Modified" : "Modified",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" is an invalid file name.",
|
||||
"File name cannot be empty." : "File name cannot be empty.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" is not allowed inside a file name.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" is not an allowed filetype",
|
||||
"{newName} already exists" : "{newName} already exists",
|
||||
"Choose" : "Choose",
|
||||
"Copy" : "Copy",
|
||||
"Move" : "Move",
|
||||
"Error loading file picker template: {error}" : "Error loading file picker template: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Error loading message template: {error}",
|
||||
"read-only" : "read-only",
|
||||
|
|
@ -265,12 +253,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(all selected)",
|
||||
"({count} selected)" : "({count} selected)",
|
||||
"Error loading file exists template" : "Error loading file exists template",
|
||||
"Show list view" : "Show list view",
|
||||
"Show grid view" : "Show grid view",
|
||||
"Pending" : "Pending",
|
||||
"Home" : "Home",
|
||||
"Copy to {folder}" : "Copy to {folder}",
|
||||
"Move to {folder}" : "Move to {folder}",
|
||||
"Saving …" : "Saving …",
|
||||
"Authentication required" : "Authentication required",
|
||||
"This action requires you to confirm your password" : "This action requires you to confirm your password",
|
||||
|
|
@ -424,6 +406,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "If it is not there ask your local administrator.",
|
||||
"Press enter to start searching" : "Press enter to start searching",
|
||||
"Settings" : "Settings",
|
||||
"No files in here" : "No files in here",
|
||||
"New folder" : "New folder",
|
||||
"No more subfolders in here" : "No more subfolders in here",
|
||||
"Name" : "Name",
|
||||
"Size" : "Size",
|
||||
"Modified" : "Modified",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" is an invalid file name.",
|
||||
"File name cannot be empty." : "File name cannot be empty.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" is not allowed inside a file name.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" is not an allowed filetype",
|
||||
"{newName} already exists" : "{newName} already exists",
|
||||
"Error loading file picker template: {error}" : "Error loading file picker template: {error}",
|
||||
"Show list view" : "Show list view",
|
||||
"Show grid view" : "Show grid view",
|
||||
"Pending" : "Pending",
|
||||
"Home" : "Home",
|
||||
"Copy to {folder}" : "Copy to {folder}",
|
||||
"Move to {folder}" : "Move to {folder}",
|
||||
"File not found" : "File not found",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "The document could not be found on the server. Maybe the share was deleted or has expired?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Please use the command line updater because automatic updating is disabled in the config.php.",
|
||||
|
|
|
|||
|
|
@ -234,21 +234,9 @@
|
|||
"Looking for {term} …" : "Looking for {term} …",
|
||||
"No" : "No",
|
||||
"Yes" : "Yes",
|
||||
"No files in here" : "No files in here",
|
||||
"New folder" : "New folder",
|
||||
"No more subfolders in here" : "No more subfolders in here",
|
||||
"Name" : "Name",
|
||||
"Size" : "Size",
|
||||
"Modified" : "Modified",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" is an invalid file name.",
|
||||
"File name cannot be empty." : "File name cannot be empty.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" is not allowed inside a file name.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" is not an allowed filetype",
|
||||
"{newName} already exists" : "{newName} already exists",
|
||||
"Choose" : "Choose",
|
||||
"Copy" : "Copy",
|
||||
"Move" : "Move",
|
||||
"Error loading file picker template: {error}" : "Error loading file picker template: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Error loading message template: {error}",
|
||||
"read-only" : "read-only",
|
||||
|
|
@ -263,12 +251,6 @@
|
|||
"(all selected)" : "(all selected)",
|
||||
"({count} selected)" : "({count} selected)",
|
||||
"Error loading file exists template" : "Error loading file exists template",
|
||||
"Show list view" : "Show list view",
|
||||
"Show grid view" : "Show grid view",
|
||||
"Pending" : "Pending",
|
||||
"Home" : "Home",
|
||||
"Copy to {folder}" : "Copy to {folder}",
|
||||
"Move to {folder}" : "Move to {folder}",
|
||||
"Saving …" : "Saving …",
|
||||
"Authentication required" : "Authentication required",
|
||||
"This action requires you to confirm your password" : "This action requires you to confirm your password",
|
||||
|
|
@ -422,6 +404,24 @@
|
|||
"If it is not there ask your local administrator." : "If it is not there ask your local administrator.",
|
||||
"Press enter to start searching" : "Press enter to start searching",
|
||||
"Settings" : "Settings",
|
||||
"No files in here" : "No files in here",
|
||||
"New folder" : "New folder",
|
||||
"No more subfolders in here" : "No more subfolders in here",
|
||||
"Name" : "Name",
|
||||
"Size" : "Size",
|
||||
"Modified" : "Modified",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" is an invalid file name.",
|
||||
"File name cannot be empty." : "File name cannot be empty.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" is not allowed inside a file name.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" is not an allowed filetype",
|
||||
"{newName} already exists" : "{newName} already exists",
|
||||
"Error loading file picker template: {error}" : "Error loading file picker template: {error}",
|
||||
"Show list view" : "Show list view",
|
||||
"Show grid view" : "Show grid view",
|
||||
"Pending" : "Pending",
|
||||
"Home" : "Home",
|
||||
"Copy to {folder}" : "Copy to {folder}",
|
||||
"Move to {folder}" : "Move to {folder}",
|
||||
"File not found" : "File not found",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "The document could not be found on the server. Maybe the share was deleted or has expired?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Please use the command line updater because automatic updating is disabled in the config.php.",
|
||||
|
|
|
|||
|
|
@ -160,21 +160,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Serĉo de {term}…",
|
||||
"No" : "Ne",
|
||||
"Yes" : "Jes",
|
||||
"No files in here" : "Neniu dosiero ĉi tie",
|
||||
"New folder" : "Nova dosierujo",
|
||||
"No more subfolders in here" : "Ne plu estas subdosierujo ĉi tie.",
|
||||
"Name" : "Nomo",
|
||||
"Size" : "Grando",
|
||||
"Modified" : "Modifita",
|
||||
"\"{name}\" is an invalid file name." : "„{name}“ estas nevalida dosiernomo.",
|
||||
"File name cannot be empty." : "Dosiernomo devas ne malpleni.",
|
||||
"\"/\" is not allowed inside a file name." : "Ne eblas uziĝi „/“ en dosiernomo.",
|
||||
"\"{name}\" is not an allowed filetype" : "„{name}“ estas nepermesita dosiertipo",
|
||||
"{newName} already exists" : "{newName} jam ekzistas",
|
||||
"Choose" : "Elekti",
|
||||
"Copy" : "Kopii",
|
||||
"Move" : "Movi",
|
||||
"Error loading file picker template: {error}" : "Eraro dum ŝargo de ŝablono pri dosier-elektilo: {error}",
|
||||
"OK" : "Akcepti",
|
||||
"Error loading message template: {error}" : "Eraro dum ŝargo de mesaĝa ŝablono: {eraro}",
|
||||
"read-only" : "nurlega",
|
||||
|
|
@ -189,11 +177,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(ĉiuj elektitaj)",
|
||||
"({count} selected)" : "({count} elektitaj)",
|
||||
"Error loading file exists template" : "Eraris ŝargo de ŝablono pri ekzistanta dosiero",
|
||||
"Show list view" : "Montri listan vidon",
|
||||
"Pending" : "Pritraktota",
|
||||
"Home" : "Hejmo",
|
||||
"Copy to {folder}" : "Kopii al {folder}",
|
||||
"Move to {folder}" : "Movi al {folder}",
|
||||
"Saving …" : "Konservado...",
|
||||
"Authentication required" : "Aŭtentiĝo nepras",
|
||||
"This action requires you to confirm your password" : "Tiu ĉi ago bezonas, ke vi konfirmas vian pasvorton",
|
||||
|
|
@ -333,6 +316,23 @@ OC.L10N.register(
|
|||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktu vian administranton, se tiu ĉi mesaĝo daŭras aŭ aperas neatendite.",
|
||||
"If it is not there ask your local administrator." : "Se tio ne estas tie, kontaktu vian lokan administranton.",
|
||||
"Settings" : "Agordo",
|
||||
"No files in here" : "Neniu dosiero ĉi tie",
|
||||
"New folder" : "Nova dosierujo",
|
||||
"No more subfolders in here" : "Ne plu estas subdosierujo ĉi tie.",
|
||||
"Name" : "Nomo",
|
||||
"Size" : "Grando",
|
||||
"Modified" : "Modifita",
|
||||
"\"{name}\" is an invalid file name." : "„{name}“ estas nevalida dosiernomo.",
|
||||
"File name cannot be empty." : "Dosiernomo devas ne malpleni.",
|
||||
"\"/\" is not allowed inside a file name." : "Ne eblas uziĝi „/“ en dosiernomo.",
|
||||
"\"{name}\" is not an allowed filetype" : "„{name}“ estas nepermesita dosiertipo",
|
||||
"{newName} already exists" : "{newName} jam ekzistas",
|
||||
"Error loading file picker template: {error}" : "Eraro dum ŝargo de ŝablono pri dosier-elektilo: {error}",
|
||||
"Show list view" : "Montri listan vidon",
|
||||
"Pending" : "Pritraktota",
|
||||
"Home" : "Hejmo",
|
||||
"Copy to {folder}" : "Kopii al {folder}",
|
||||
"Move to {folder}" : "Movi al {folder}",
|
||||
"File not found" : "Dosiero ne troviĝis",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "La dokumento ne troveblis en la servilo. Eble la kunhavigo estis forigita aŭ eksvalidiĝis?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Bv. uzi komandlinian ĝisdatigilon, ĉar aŭtomata ĝisdatigo estas malebligita en la dosiero „config.php“."
|
||||
|
|
|
|||
|
|
@ -158,21 +158,9 @@
|
|||
"Looking for {term} …" : "Serĉo de {term}…",
|
||||
"No" : "Ne",
|
||||
"Yes" : "Jes",
|
||||
"No files in here" : "Neniu dosiero ĉi tie",
|
||||
"New folder" : "Nova dosierujo",
|
||||
"No more subfolders in here" : "Ne plu estas subdosierujo ĉi tie.",
|
||||
"Name" : "Nomo",
|
||||
"Size" : "Grando",
|
||||
"Modified" : "Modifita",
|
||||
"\"{name}\" is an invalid file name." : "„{name}“ estas nevalida dosiernomo.",
|
||||
"File name cannot be empty." : "Dosiernomo devas ne malpleni.",
|
||||
"\"/\" is not allowed inside a file name." : "Ne eblas uziĝi „/“ en dosiernomo.",
|
||||
"\"{name}\" is not an allowed filetype" : "„{name}“ estas nepermesita dosiertipo",
|
||||
"{newName} already exists" : "{newName} jam ekzistas",
|
||||
"Choose" : "Elekti",
|
||||
"Copy" : "Kopii",
|
||||
"Move" : "Movi",
|
||||
"Error loading file picker template: {error}" : "Eraro dum ŝargo de ŝablono pri dosier-elektilo: {error}",
|
||||
"OK" : "Akcepti",
|
||||
"Error loading message template: {error}" : "Eraro dum ŝargo de mesaĝa ŝablono: {eraro}",
|
||||
"read-only" : "nurlega",
|
||||
|
|
@ -187,11 +175,6 @@
|
|||
"(all selected)" : "(ĉiuj elektitaj)",
|
||||
"({count} selected)" : "({count} elektitaj)",
|
||||
"Error loading file exists template" : "Eraris ŝargo de ŝablono pri ekzistanta dosiero",
|
||||
"Show list view" : "Montri listan vidon",
|
||||
"Pending" : "Pritraktota",
|
||||
"Home" : "Hejmo",
|
||||
"Copy to {folder}" : "Kopii al {folder}",
|
||||
"Move to {folder}" : "Movi al {folder}",
|
||||
"Saving …" : "Konservado...",
|
||||
"Authentication required" : "Aŭtentiĝo nepras",
|
||||
"This action requires you to confirm your password" : "Tiu ĉi ago bezonas, ke vi konfirmas vian pasvorton",
|
||||
|
|
@ -331,6 +314,23 @@
|
|||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktu vian administranton, se tiu ĉi mesaĝo daŭras aŭ aperas neatendite.",
|
||||
"If it is not there ask your local administrator." : "Se tio ne estas tie, kontaktu vian lokan administranton.",
|
||||
"Settings" : "Agordo",
|
||||
"No files in here" : "Neniu dosiero ĉi tie",
|
||||
"New folder" : "Nova dosierujo",
|
||||
"No more subfolders in here" : "Ne plu estas subdosierujo ĉi tie.",
|
||||
"Name" : "Nomo",
|
||||
"Size" : "Grando",
|
||||
"Modified" : "Modifita",
|
||||
"\"{name}\" is an invalid file name." : "„{name}“ estas nevalida dosiernomo.",
|
||||
"File name cannot be empty." : "Dosiernomo devas ne malpleni.",
|
||||
"\"/\" is not allowed inside a file name." : "Ne eblas uziĝi „/“ en dosiernomo.",
|
||||
"\"{name}\" is not an allowed filetype" : "„{name}“ estas nepermesita dosiertipo",
|
||||
"{newName} already exists" : "{newName} jam ekzistas",
|
||||
"Error loading file picker template: {error}" : "Eraro dum ŝargo de ŝablono pri dosier-elektilo: {error}",
|
||||
"Show list view" : "Montri listan vidon",
|
||||
"Pending" : "Pritraktota",
|
||||
"Home" : "Hejmo",
|
||||
"Copy to {folder}" : "Kopii al {folder}",
|
||||
"Move to {folder}" : "Movi al {folder}",
|
||||
"File not found" : "Dosiero ne troviĝis",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "La dokumento ne troveblis en la servilo. Eble la kunhavigo estis forigita aŭ eksvalidiĝis?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Bv. uzi komandlinian ĝisdatigilon, ĉar aŭtomata ĝisdatigo estas malebligita en la dosiero „config.php“."
|
||||
|
|
|
|||
|
|
@ -236,21 +236,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term}...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "Aquí no hay archivos",
|
||||
"New folder" : "Nueva carpeta",
|
||||
"No more subfolders in here" : "No hay más subcarpetas aquí",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" no se permite en un nombre de archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es un tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Error al cargar plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Error al cargar plantilla del mensaje: {error}",
|
||||
"read-only" : "solo lectura",
|
||||
|
|
@ -265,12 +253,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(seleccionados todos)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Error cargando plantilla de archivo existente",
|
||||
"Show list view" : "Mostrar vista de lista",
|
||||
"Show grid view" : "Mostrar vista de cuadrícula",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Casa",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Saving …" : "Guardando...",
|
||||
"Authentication required" : "Se necesita autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
|
|
@ -424,6 +406,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "Si no está ahí ponte en contacto con el administrador local",
|
||||
"Press enter to start searching" : "Pulse Intro para iniciar la búsqueda",
|
||||
"Settings" : "Configuraciones",
|
||||
"No files in here" : "Aquí no hay archivos",
|
||||
"New folder" : "Nueva carpeta",
|
||||
"No more subfolders in here" : "No hay más subcarpetas aquí",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" no se permite en un nombre de archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es un tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Error al cargar plantilla del seleccionador de archivos: {error}",
|
||||
"Show list view" : "Mostrar vista de lista",
|
||||
"Show grid view" : "Mostrar vista de cuadrícula",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Casa",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "El documento no se pudo encontrar en el servidor. Es posible que el enlace fuera eliminado o haya caducado.",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor utilice la actualización mediante la linea de comandos porque la actualización automática está desactivada en config.php.",
|
||||
|
|
|
|||
|
|
@ -234,21 +234,9 @@
|
|||
"Looking for {term} …" : "Buscando {term}...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "Aquí no hay archivos",
|
||||
"New folder" : "Nueva carpeta",
|
||||
"No more subfolders in here" : "No hay más subcarpetas aquí",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" no se permite en un nombre de archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es un tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Error al cargar plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Error al cargar plantilla del mensaje: {error}",
|
||||
"read-only" : "solo lectura",
|
||||
|
|
@ -263,12 +251,6 @@
|
|||
"(all selected)" : "(seleccionados todos)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Error cargando plantilla de archivo existente",
|
||||
"Show list view" : "Mostrar vista de lista",
|
||||
"Show grid view" : "Mostrar vista de cuadrícula",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Casa",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Saving …" : "Guardando...",
|
||||
"Authentication required" : "Se necesita autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
|
|
@ -422,6 +404,24 @@
|
|||
"If it is not there ask your local administrator." : "Si no está ahí ponte en contacto con el administrador local",
|
||||
"Press enter to start searching" : "Pulse Intro para iniciar la búsqueda",
|
||||
"Settings" : "Configuraciones",
|
||||
"No files in here" : "Aquí no hay archivos",
|
||||
"New folder" : "Nueva carpeta",
|
||||
"No more subfolders in here" : "No hay más subcarpetas aquí",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" no se permite en un nombre de archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es un tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Error al cargar plantilla del seleccionador de archivos: {error}",
|
||||
"Show list view" : "Mostrar vista de lista",
|
||||
"Show grid view" : "Mostrar vista de cuadrícula",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Casa",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "El documento no se pudo encontrar en el servidor. Es posible que el enlace fuera eliminado o haya caducado.",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor utilice la actualización mediante la linea de comandos porque la actualización automática está desactivada en config.php.",
|
||||
|
|
|
|||
|
|
@ -92,19 +92,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva ",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -119,10 +109,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -215,6 +201,20 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Ajustes",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva ",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -90,19 +90,9 @@
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva ",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -117,10 +107,6 @@
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -213,6 +199,20 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Ajustes",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva ",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
|
|
|||
|
|
@ -95,20 +95,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"No more subfolders in here" : "No más subcarpetas aquí",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -123,8 +112,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Casa",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirme su contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -226,6 +213,19 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte a su administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"No more subfolders in here" : "No más subcarpetas aquí",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Casa",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Favor de usar el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -93,20 +93,9 @@
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"No more subfolders in here" : "No más subcarpetas aquí",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -121,8 +110,6 @@
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Casa",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirme su contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -224,6 +211,19 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte a su administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"No more subfolders in here" : "No más subcarpetas aquí",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Casa",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Favor de usar el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
|
|
|||
|
|
@ -101,20 +101,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -129,10 +118,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -226,6 +211,21 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -99,20 +99,9 @@
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -127,10 +116,6 @@
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -224,6 +209,21 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
|
|
|||
|
|
@ -101,20 +101,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -129,10 +118,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -226,6 +211,21 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -99,20 +99,9 @@
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -127,10 +116,6 @@
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -224,6 +209,21 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
|
|
|||
|
|
@ -101,20 +101,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -129,10 +118,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -226,6 +211,21 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -99,20 +99,9 @@
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -127,10 +116,6 @@
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -224,6 +209,21 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
|
|
|||
|
|
@ -101,20 +101,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -129,10 +118,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -226,6 +211,21 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -99,20 +99,9 @@
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -127,10 +116,6 @@
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -224,6 +209,21 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
|
|
|||
|
|
@ -232,21 +232,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"No more subfolders in here" : "No hay más subcarpetas aquí",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -261,12 +249,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Show list view" : "Mostrar vista de lista",
|
||||
"Show grid view" : "Mostrar vista de cuadrícula",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Saving …" : "Saving …",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
|
|
@ -420,6 +402,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "Si no está allí, pregunta a tu administrador local.",
|
||||
"Press enter to start searching" : "Pulsa Enter para comenzar a buscar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"No more subfolders in here" : "No hay más subcarpetas aquí",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Show list view" : "Mostrar vista de lista",
|
||||
"Show grid view" : "Mostrar vista de cuadrícula",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "No se pudo encontrar el documento en el servidor. ¿Quizás la compartición se eliminó o ha caducado?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php.",
|
||||
|
|
|
|||
|
|
@ -230,21 +230,9 @@
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"No more subfolders in here" : "No hay más subcarpetas aquí",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -259,12 +247,6 @@
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Show list view" : "Mostrar vista de lista",
|
||||
"Show grid view" : "Mostrar vista de cuadrícula",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Saving …" : "Saving …",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
|
|
@ -418,6 +400,24 @@
|
|||
"If it is not there ask your local administrator." : "Si no está allí, pregunta a tu administrador local.",
|
||||
"Press enter to start searching" : "Pulsa Enter para comenzar a buscar",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"No more subfolders in here" : "No hay más subcarpetas aquí",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Show list view" : "Mostrar vista de lista",
|
||||
"Show grid view" : "Mostrar vista de cuadrícula",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "No se pudo encontrar el documento en el servidor. ¿Quizás la compartición se eliminó o ha caducado?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php.",
|
||||
|
|
|
|||
|
|
@ -101,20 +101,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -129,10 +118,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -227,6 +212,21 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -99,20 +99,9 @@
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -127,10 +116,6 @@
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -225,6 +210,21 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
|
|
|||
|
|
@ -92,19 +92,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -119,10 +109,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -214,6 +200,20 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -90,19 +90,9 @@
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -117,10 +107,6 @@
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -212,6 +198,20 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
|
|
|||
|
|
@ -143,20 +143,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva ",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -171,12 +160,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Show list view" : "Mostrar vista de lista",
|
||||
"Show grid view" : "Mostrar vista de cuadrícula",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -278,6 +261,23 @@ OC.L10N.register(
|
|||
"A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Se envió un mensaje para reestablecer la contraseña a la dirección de correo electrónico de esta cuenta. Si no lo recibes, comprueba si está en el buzón de Correo No Deseado/Spam o pide ayuda a tu administrador local.",
|
||||
"If it is not there ask your local administrator." : "Si no está ahí ponte en contacto con el administrador local",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva ",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Show list view" : "Mostrar vista de lista",
|
||||
"Show grid view" : "Mostrar vista de cuadrícula",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -141,20 +141,9 @@
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva ",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -169,12 +158,6 @@
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Show list view" : "Mostrar vista de lista",
|
||||
"Show grid view" : "Mostrar vista de cuadrícula",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -276,6 +259,23 @@
|
|||
"A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Se envió un mensaje para reestablecer la contraseña a la dirección de correo electrónico de esta cuenta. Si no lo recibes, comprueba si está en el buzón de Correo No Deseado/Spam o pide ayuda a tu administrador local.",
|
||||
"If it is not there ask your local administrator." : "Si no está ahí ponte en contacto con el administrador local",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva ",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Show list view" : "Mostrar vista de lista",
|
||||
"Show grid view" : "Mostrar vista de cuadrícula",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
|
|
|||
|
|
@ -92,19 +92,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -119,10 +109,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -214,6 +200,20 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -90,19 +90,9 @@
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -117,10 +107,6 @@
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -212,6 +198,20 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
|
|
|||
|
|
@ -92,19 +92,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -119,10 +109,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -214,6 +200,20 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -90,19 +90,9 @@
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -117,10 +107,6 @@
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -212,6 +198,20 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
|
|
|||
|
|
@ -92,20 +92,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" no permitido dentro de nombre",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -120,12 +109,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Show list view" : "Mostrar vista de lista",
|
||||
"Show grid view" : "Mostrar lista en grilla",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -217,6 +200,23 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" no permitido dentro de nombre",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Show list view" : "Mostrar vista de lista",
|
||||
"Show grid view" : "Mostrar lista en grilla",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -90,20 +90,9 @@
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" no permitido dentro de nombre",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -118,12 +107,6 @@
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Show list view" : "Mostrar vista de lista",
|
||||
"Show grid view" : "Mostrar lista en grilla",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -215,6 +198,23 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" no permitido dentro de nombre",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Show list view" : "Mostrar vista de lista",
|
||||
"Show grid view" : "Mostrar lista en grilla",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
|
|
|||
|
|
@ -92,19 +92,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -119,10 +109,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -214,6 +200,20 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -90,19 +90,9 @@
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -117,10 +107,6 @@
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -212,6 +198,20 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
|
|
|||
|
|
@ -92,20 +92,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" no es permitido dentro del nombre de un archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -120,10 +109,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -215,6 +200,21 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" no es permitido dentro del nombre de un archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -90,20 +90,9 @@
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" no es permitido dentro del nombre de un archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -118,10 +107,6 @@
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -213,6 +198,21 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" no es permitido dentro del nombre de un archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
|
|
|||
|
|
@ -101,20 +101,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -129,10 +118,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -226,6 +211,21 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -99,20 +99,9 @@
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -127,10 +116,6 @@
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -224,6 +209,21 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
|
|
|||
|
|
@ -92,19 +92,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -119,10 +109,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -214,6 +200,20 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -90,19 +90,9 @@
|
|||
"Looking for {term} …" : "Buscando {term} ...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sí",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Choose" : "Seleccionar",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
|
||||
"read-only" : "sólo-lectura",
|
||||
|
|
@ -117,10 +107,6 @@
|
|||
"(all selected)" : "(todos seleccionados)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Authentication required" : "Se requiere autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción requiere que confirmes tu contraseña",
|
||||
"Confirm" : "Confirmar",
|
||||
|
|
@ -212,6 +198,20 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia %s se encuentra actualmente en modo mantenimiento, que podría tomar algo de tiempo. ",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
|
||||
"Settings" : "Configuraciones ",
|
||||
"No files in here" : "No hay archivos aquí",
|
||||
"New folder" : "Carpeta nueva",
|
||||
"Name" : "Nombre",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
|
||||
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido",
|
||||
"{newName} already exists" : "{newName} ya existe",
|
||||
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
|
||||
"Pending" : "Pendiente",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar a {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Archivo no encontrado",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php."
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
|
|
|||
|
|
@ -140,21 +140,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Otsin {term} …",
|
||||
"No" : "Ei",
|
||||
"Yes" : "Jah",
|
||||
"No files in here" : "Siin ei ole faile",
|
||||
"New folder" : "Uus kaust",
|
||||
"No more subfolders in here" : "Siin pole rohkem alamkaustu",
|
||||
"Name" : "Nimi",
|
||||
"Size" : "Suurus",
|
||||
"Modified" : "Muudetud",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" on vigane failinimi.",
|
||||
"File name cannot be empty." : "Failinimi ei saa olla tühi.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" pole failinimedes lubatud.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" pole lubatud failitüüp",
|
||||
"{newName} already exists" : "{newName} on juba olemas",
|
||||
"Choose" : "Vali",
|
||||
"Copy" : "Kopeeri",
|
||||
"Move" : "Liiguta",
|
||||
"Error loading file picker template: {error}" : "Viga failivalija malli laadimisel: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Viga sõnumi malli laadimisel: {error}",
|
||||
"read-only" : "kirjutuskaitstud",
|
||||
|
|
@ -169,11 +157,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(kõik valitud)",
|
||||
"({count} selected)" : "({count} valitud)",
|
||||
"Error loading file exists template" : "Viga faili olemasolu malli laadimisel",
|
||||
"Show list view" : "Näita loendivaadet",
|
||||
"Pending" : "Ootel",
|
||||
"Home" : "Avaleht",
|
||||
"Copy to {folder}" : "Kopeeri kausta {folder}",
|
||||
"Move to {folder}" : "Liiguta kausta {folder}",
|
||||
"Saving …" : "Salvestamine …",
|
||||
"Authentication required" : "Autentimine on vajalik",
|
||||
"This action requires you to confirm your password" : "See tegevus nõuab parooli kinnitamist",
|
||||
|
|
@ -297,6 +280,23 @@ OC.L10N.register(
|
|||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Võta ühendust administraatoriga, kui see teade püsib või on tekkinud ootamatult.",
|
||||
"Press enter to start searching" : "Otsimiseks vajuta Enter",
|
||||
"Settings" : "Seaded",
|
||||
"No files in here" : "Siin ei ole faile",
|
||||
"New folder" : "Uus kaust",
|
||||
"No more subfolders in here" : "Siin pole rohkem alamkaustu",
|
||||
"Name" : "Nimi",
|
||||
"Size" : "Suurus",
|
||||
"Modified" : "Muudetud",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" on vigane failinimi.",
|
||||
"File name cannot be empty." : "Failinimi ei saa olla tühi.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" pole failinimedes lubatud.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" pole lubatud failitüüp",
|
||||
"{newName} already exists" : "{newName} on juba olemas",
|
||||
"Error loading file picker template: {error}" : "Viga failivalija malli laadimisel: {error}",
|
||||
"Show list view" : "Näita loendivaadet",
|
||||
"Pending" : "Ootel",
|
||||
"Home" : "Avaleht",
|
||||
"Copy to {folder}" : "Kopeeri kausta {folder}",
|
||||
"Move to {folder}" : "Liiguta kausta {folder}",
|
||||
"File not found" : "Faili ei leitud",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Palun kasuta uuendamiseks käsurida, kuna automaatne uuendamine on config.php failis välja lülitatud."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -138,21 +138,9 @@
|
|||
"Looking for {term} …" : "Otsin {term} …",
|
||||
"No" : "Ei",
|
||||
"Yes" : "Jah",
|
||||
"No files in here" : "Siin ei ole faile",
|
||||
"New folder" : "Uus kaust",
|
||||
"No more subfolders in here" : "Siin pole rohkem alamkaustu",
|
||||
"Name" : "Nimi",
|
||||
"Size" : "Suurus",
|
||||
"Modified" : "Muudetud",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" on vigane failinimi.",
|
||||
"File name cannot be empty." : "Failinimi ei saa olla tühi.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" pole failinimedes lubatud.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" pole lubatud failitüüp",
|
||||
"{newName} already exists" : "{newName} on juba olemas",
|
||||
"Choose" : "Vali",
|
||||
"Copy" : "Kopeeri",
|
||||
"Move" : "Liiguta",
|
||||
"Error loading file picker template: {error}" : "Viga failivalija malli laadimisel: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Viga sõnumi malli laadimisel: {error}",
|
||||
"read-only" : "kirjutuskaitstud",
|
||||
|
|
@ -167,11 +155,6 @@
|
|||
"(all selected)" : "(kõik valitud)",
|
||||
"({count} selected)" : "({count} valitud)",
|
||||
"Error loading file exists template" : "Viga faili olemasolu malli laadimisel",
|
||||
"Show list view" : "Näita loendivaadet",
|
||||
"Pending" : "Ootel",
|
||||
"Home" : "Avaleht",
|
||||
"Copy to {folder}" : "Kopeeri kausta {folder}",
|
||||
"Move to {folder}" : "Liiguta kausta {folder}",
|
||||
"Saving …" : "Salvestamine …",
|
||||
"Authentication required" : "Autentimine on vajalik",
|
||||
"This action requires you to confirm your password" : "See tegevus nõuab parooli kinnitamist",
|
||||
|
|
@ -295,6 +278,23 @@
|
|||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Võta ühendust administraatoriga, kui see teade püsib või on tekkinud ootamatult.",
|
||||
"Press enter to start searching" : "Otsimiseks vajuta Enter",
|
||||
"Settings" : "Seaded",
|
||||
"No files in here" : "Siin ei ole faile",
|
||||
"New folder" : "Uus kaust",
|
||||
"No more subfolders in here" : "Siin pole rohkem alamkaustu",
|
||||
"Name" : "Nimi",
|
||||
"Size" : "Suurus",
|
||||
"Modified" : "Muudetud",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" on vigane failinimi.",
|
||||
"File name cannot be empty." : "Failinimi ei saa olla tühi.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" pole failinimedes lubatud.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" pole lubatud failitüüp",
|
||||
"{newName} already exists" : "{newName} on juba olemas",
|
||||
"Error loading file picker template: {error}" : "Viga failivalija malli laadimisel: {error}",
|
||||
"Show list view" : "Näita loendivaadet",
|
||||
"Pending" : "Ootel",
|
||||
"Home" : "Avaleht",
|
||||
"Copy to {folder}" : "Kopeeri kausta {folder}",
|
||||
"Move to {folder}" : "Liiguta kausta {folder}",
|
||||
"File not found" : "Faili ei leitud",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Palun kasuta uuendamiseks käsurida, kuna automaatne uuendamine on config.php failis välja lülitatud."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
|
|
|||
|
|
@ -235,21 +235,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "{term} bilatzen...",
|
||||
"No" : "Ez",
|
||||
"Yes" : "Bai",
|
||||
"No files in here" : "Ez dago fitxategirik hemen",
|
||||
"New folder" : "Karpeta berria",
|
||||
"No more subfolders in here" : "Ez dago azpikarpeta gehiagorik hemen",
|
||||
"Name" : "Izena",
|
||||
"Size" : "Tamaina",
|
||||
"Modified" : "Aldatua",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" fitxategi-izen baliogabea da.",
|
||||
"File name cannot be empty." : "Fitxategi-izena ezin da hutsa izan.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ez da onartzen fitxategi-izenen barnean.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" fitxategi-mota ez da onartzen",
|
||||
"{newName} already exists" : "{newName} badago aurretik",
|
||||
"Choose" : "Aukeratu",
|
||||
"Copy" : "Kopiatu",
|
||||
"Move" : "Mugitu",
|
||||
"Error loading file picker template: {error}" : "Errorea fitxategi-hautatzailearen txantiloia kargatzerakoan: {error}",
|
||||
"OK" : "Ados",
|
||||
"Error loading message template: {error}" : "Errorea mezu txantiloia kargatzean: {error}",
|
||||
"read-only" : "irakurtzeko soilik",
|
||||
|
|
@ -264,12 +252,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(denak hautatuta)",
|
||||
"({count} selected)" : "({count} hautatuta)",
|
||||
"Error loading file exists template" : "Errorea fitxategia existitzen da txantiloia kargatzean",
|
||||
"Show list view" : "Erakutsi zerrenda ikuspegia",
|
||||
"Show grid view" : "Erakutsi sareta-ikuspegia",
|
||||
"Pending" : "Zain",
|
||||
"Home" : "Hasiera",
|
||||
"Copy to {folder}" : "Kopiatu hona: {folder}",
|
||||
"Move to {folder}" : "Eraman hona: {folder}",
|
||||
"Saving …" : "Gordetzen …",
|
||||
"Authentication required" : "Autentifikazioa beharrezkoa da",
|
||||
"This action requires you to confirm your password" : "Ekintza honek zure pasahitza berrestea eskatzen du",
|
||||
|
|
@ -423,6 +405,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "Han ez badago, galdetu zure administratzaile lokalari.",
|
||||
"Press enter to start searching" : "Sakatu enter bilaketa hasteko",
|
||||
"Settings" : "Ezarpenak",
|
||||
"No files in here" : "Ez dago fitxategirik hemen",
|
||||
"New folder" : "Karpeta berria",
|
||||
"No more subfolders in here" : "Ez dago azpikarpeta gehiagorik hemen",
|
||||
"Name" : "Izena",
|
||||
"Size" : "Tamaina",
|
||||
"Modified" : "Aldatua",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" fitxategi-izen baliogabea da.",
|
||||
"File name cannot be empty." : "Fitxategi-izena ezin da hutsa izan.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ez da onartzen fitxategi-izenen barnean.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" fitxategi-mota ez da onartzen",
|
||||
"{newName} already exists" : "{newName} badago aurretik",
|
||||
"Error loading file picker template: {error}" : "Errorea fitxategi-hautatzailearen txantiloia kargatzerakoan: {error}",
|
||||
"Show list view" : "Erakutsi zerrenda ikuspegia",
|
||||
"Show grid view" : "Erakutsi sareta-ikuspegia",
|
||||
"Pending" : "Zain",
|
||||
"Home" : "Hasiera",
|
||||
"Copy to {folder}" : "Kopiatu hona: {folder}",
|
||||
"Move to {folder}" : "Eraman hona: {folder}",
|
||||
"File not found" : "Ez da fitxategia aurkitu",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokumentua ezin izan da aurkitu zerbitzarian. Agian partekatzea ezabatua izan da ala iraungitu egin da?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Mesedez, erabili komando-lerroko eguneratzailea, eguneratze automatikoa config.php-n desgaituta dago eta.",
|
||||
|
|
|
|||
|
|
@ -233,21 +233,9 @@
|
|||
"Looking for {term} …" : "{term} bilatzen...",
|
||||
"No" : "Ez",
|
||||
"Yes" : "Bai",
|
||||
"No files in here" : "Ez dago fitxategirik hemen",
|
||||
"New folder" : "Karpeta berria",
|
||||
"No more subfolders in here" : "Ez dago azpikarpeta gehiagorik hemen",
|
||||
"Name" : "Izena",
|
||||
"Size" : "Tamaina",
|
||||
"Modified" : "Aldatua",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" fitxategi-izen baliogabea da.",
|
||||
"File name cannot be empty." : "Fitxategi-izena ezin da hutsa izan.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ez da onartzen fitxategi-izenen barnean.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" fitxategi-mota ez da onartzen",
|
||||
"{newName} already exists" : "{newName} badago aurretik",
|
||||
"Choose" : "Aukeratu",
|
||||
"Copy" : "Kopiatu",
|
||||
"Move" : "Mugitu",
|
||||
"Error loading file picker template: {error}" : "Errorea fitxategi-hautatzailearen txantiloia kargatzerakoan: {error}",
|
||||
"OK" : "Ados",
|
||||
"Error loading message template: {error}" : "Errorea mezu txantiloia kargatzean: {error}",
|
||||
"read-only" : "irakurtzeko soilik",
|
||||
|
|
@ -262,12 +250,6 @@
|
|||
"(all selected)" : "(denak hautatuta)",
|
||||
"({count} selected)" : "({count} hautatuta)",
|
||||
"Error loading file exists template" : "Errorea fitxategia existitzen da txantiloia kargatzean",
|
||||
"Show list view" : "Erakutsi zerrenda ikuspegia",
|
||||
"Show grid view" : "Erakutsi sareta-ikuspegia",
|
||||
"Pending" : "Zain",
|
||||
"Home" : "Hasiera",
|
||||
"Copy to {folder}" : "Kopiatu hona: {folder}",
|
||||
"Move to {folder}" : "Eraman hona: {folder}",
|
||||
"Saving …" : "Gordetzen …",
|
||||
"Authentication required" : "Autentifikazioa beharrezkoa da",
|
||||
"This action requires you to confirm your password" : "Ekintza honek zure pasahitza berrestea eskatzen du",
|
||||
|
|
@ -421,6 +403,24 @@
|
|||
"If it is not there ask your local administrator." : "Han ez badago, galdetu zure administratzaile lokalari.",
|
||||
"Press enter to start searching" : "Sakatu enter bilaketa hasteko",
|
||||
"Settings" : "Ezarpenak",
|
||||
"No files in here" : "Ez dago fitxategirik hemen",
|
||||
"New folder" : "Karpeta berria",
|
||||
"No more subfolders in here" : "Ez dago azpikarpeta gehiagorik hemen",
|
||||
"Name" : "Izena",
|
||||
"Size" : "Tamaina",
|
||||
"Modified" : "Aldatua",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" fitxategi-izen baliogabea da.",
|
||||
"File name cannot be empty." : "Fitxategi-izena ezin da hutsa izan.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ez da onartzen fitxategi-izenen barnean.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" fitxategi-mota ez da onartzen",
|
||||
"{newName} already exists" : "{newName} badago aurretik",
|
||||
"Error loading file picker template: {error}" : "Errorea fitxategi-hautatzailearen txantiloia kargatzerakoan: {error}",
|
||||
"Show list view" : "Erakutsi zerrenda ikuspegia",
|
||||
"Show grid view" : "Erakutsi sareta-ikuspegia",
|
||||
"Pending" : "Zain",
|
||||
"Home" : "Hasiera",
|
||||
"Copy to {folder}" : "Kopiatu hona: {folder}",
|
||||
"Move to {folder}" : "Eraman hona: {folder}",
|
||||
"File not found" : "Ez da fitxategia aurkitu",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokumentua ezin izan da aurkitu zerbitzarian. Agian partekatzea ezabatua izan da ala iraungitu egin da?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Mesedez, erabili komando-lerroko eguneratzailea, eguneratze automatikoa config.php-n desgaituta dago eta.",
|
||||
|
|
|
|||
|
|
@ -235,21 +235,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "به دنبال {term} …",
|
||||
"No" : "نه",
|
||||
"Yes" : "بله",
|
||||
"No files in here" : "هیچ فایلی اینجا وجود ندارد",
|
||||
"New folder" : "پوشه جدید",
|
||||
"No more subfolders in here" : "No more subfolders in here",
|
||||
"Name" : "نام",
|
||||
"Size" : "اندازه",
|
||||
"Modified" : "تغییر یافته",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" نامی نامعتبر برای فایل است.",
|
||||
"File name cannot be empty." : "نام پرونده نمی تواند خالی باشد.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" در داخل نام فایل مجاز نیست.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" یک نوع پرونده مجاز نیست",
|
||||
"{newName} already exists" : "{newName} قبلاً موجود است",
|
||||
"Choose" : "انتخاب کردن",
|
||||
"Copy" : "کپی",
|
||||
"Move" : "انتقال",
|
||||
"Error loading file picker template: {error}" : "خطا در بارگذاری قالب انتخاب فایل : {error}",
|
||||
"OK" : "تایید",
|
||||
"Error loading message template: {error}" : "خطا در بارگذاری قالب پیام : {error}",
|
||||
"read-only" : "فقط-خواندنی",
|
||||
|
|
@ -264,12 +252,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(همه انتخاب شده اند)",
|
||||
"({count} selected)" : "({count} انتخاب شده)",
|
||||
"Error loading file exists template" : "خطا در بارگزاری فایل قالب",
|
||||
"Show list view" : "نمایش فهرستی",
|
||||
"Show grid view" : "نمایش شبکهای",
|
||||
"Pending" : "در انتظار",
|
||||
"Home" : "خانه ",
|
||||
"Copy to {folder}" : "کپی به {folder}",
|
||||
"Move to {folder}" : "انتقال به {folder}",
|
||||
"Saving …" : "ذخیره کردن …",
|
||||
"Authentication required" : "احراز هویت مورد نیاز است",
|
||||
"This action requires you to confirm your password" : "این اقدام نیاز به تایید رمز عبور شما دارد",
|
||||
|
|
@ -423,6 +405,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "If it is not there ask your local administrator.",
|
||||
"Press enter to start searching" : "Press enter to start searching",
|
||||
"Settings" : "تنظیمات",
|
||||
"No files in here" : "هیچ فایلی اینجا وجود ندارد",
|
||||
"New folder" : "پوشه جدید",
|
||||
"No more subfolders in here" : "No more subfolders in here",
|
||||
"Name" : "نام",
|
||||
"Size" : "اندازه",
|
||||
"Modified" : "تغییر یافته",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" نامی نامعتبر برای فایل است.",
|
||||
"File name cannot be empty." : "نام پرونده نمی تواند خالی باشد.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" در داخل نام فایل مجاز نیست.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" یک نوع پرونده مجاز نیست",
|
||||
"{newName} already exists" : "{newName} قبلاً موجود است",
|
||||
"Error loading file picker template: {error}" : "خطا در بارگذاری قالب انتخاب فایل : {error}",
|
||||
"Show list view" : "نمایش فهرستی",
|
||||
"Show grid view" : "نمایش شبکهای",
|
||||
"Pending" : "در انتظار",
|
||||
"Home" : "خانه ",
|
||||
"Copy to {folder}" : "کپی به {folder}",
|
||||
"Move to {folder}" : "انتقال به {folder}",
|
||||
"File not found" : "فایل یافت نشد",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "The document could not be found on the server. Maybe the share was deleted or has expired?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Please use the command line updater because automatic updating is disabled in the config.php.",
|
||||
|
|
|
|||
|
|
@ -233,21 +233,9 @@
|
|||
"Looking for {term} …" : "به دنبال {term} …",
|
||||
"No" : "نه",
|
||||
"Yes" : "بله",
|
||||
"No files in here" : "هیچ فایلی اینجا وجود ندارد",
|
||||
"New folder" : "پوشه جدید",
|
||||
"No more subfolders in here" : "No more subfolders in here",
|
||||
"Name" : "نام",
|
||||
"Size" : "اندازه",
|
||||
"Modified" : "تغییر یافته",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" نامی نامعتبر برای فایل است.",
|
||||
"File name cannot be empty." : "نام پرونده نمی تواند خالی باشد.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" در داخل نام فایل مجاز نیست.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" یک نوع پرونده مجاز نیست",
|
||||
"{newName} already exists" : "{newName} قبلاً موجود است",
|
||||
"Choose" : "انتخاب کردن",
|
||||
"Copy" : "کپی",
|
||||
"Move" : "انتقال",
|
||||
"Error loading file picker template: {error}" : "خطا در بارگذاری قالب انتخاب فایل : {error}",
|
||||
"OK" : "تایید",
|
||||
"Error loading message template: {error}" : "خطا در بارگذاری قالب پیام : {error}",
|
||||
"read-only" : "فقط-خواندنی",
|
||||
|
|
@ -262,12 +250,6 @@
|
|||
"(all selected)" : "(همه انتخاب شده اند)",
|
||||
"({count} selected)" : "({count} انتخاب شده)",
|
||||
"Error loading file exists template" : "خطا در بارگزاری فایل قالب",
|
||||
"Show list view" : "نمایش فهرستی",
|
||||
"Show grid view" : "نمایش شبکهای",
|
||||
"Pending" : "در انتظار",
|
||||
"Home" : "خانه ",
|
||||
"Copy to {folder}" : "کپی به {folder}",
|
||||
"Move to {folder}" : "انتقال به {folder}",
|
||||
"Saving …" : "ذخیره کردن …",
|
||||
"Authentication required" : "احراز هویت مورد نیاز است",
|
||||
"This action requires you to confirm your password" : "این اقدام نیاز به تایید رمز عبور شما دارد",
|
||||
|
|
@ -421,6 +403,24 @@
|
|||
"If it is not there ask your local administrator." : "If it is not there ask your local administrator.",
|
||||
"Press enter to start searching" : "Press enter to start searching",
|
||||
"Settings" : "تنظیمات",
|
||||
"No files in here" : "هیچ فایلی اینجا وجود ندارد",
|
||||
"New folder" : "پوشه جدید",
|
||||
"No more subfolders in here" : "No more subfolders in here",
|
||||
"Name" : "نام",
|
||||
"Size" : "اندازه",
|
||||
"Modified" : "تغییر یافته",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" نامی نامعتبر برای فایل است.",
|
||||
"File name cannot be empty." : "نام پرونده نمی تواند خالی باشد.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" در داخل نام فایل مجاز نیست.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" یک نوع پرونده مجاز نیست",
|
||||
"{newName} already exists" : "{newName} قبلاً موجود است",
|
||||
"Error loading file picker template: {error}" : "خطا در بارگذاری قالب انتخاب فایل : {error}",
|
||||
"Show list view" : "نمایش فهرستی",
|
||||
"Show grid view" : "نمایش شبکهای",
|
||||
"Pending" : "در انتظار",
|
||||
"Home" : "خانه ",
|
||||
"Copy to {folder}" : "کپی به {folder}",
|
||||
"Move to {folder}" : "انتقال به {folder}",
|
||||
"File not found" : "فایل یافت نشد",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "The document could not be found on the server. Maybe the share was deleted or has expired?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Please use the command line updater because automatic updating is disabled in the config.php.",
|
||||
|
|
|
|||
|
|
@ -193,21 +193,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Etsii {term}…",
|
||||
"No" : "Ei",
|
||||
"Yes" : "Kyllä",
|
||||
"No files in here" : "Täällä ei ole tiedostoja",
|
||||
"New folder" : "Uusi kansio",
|
||||
"No more subfolders in here" : "Täällä ei ole enempää alikansioita",
|
||||
"Name" : "Nimi",
|
||||
"Size" : "Koko",
|
||||
"Modified" : "Muokattu",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" on virheellinen tiedostonimi.",
|
||||
"File name cannot be empty." : "Tiedoston nimi ei voi olla tyhjä.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ei ole sallittu merkki tiedostonimessä.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" ei ole hyväksytty tiedostotyyppi",
|
||||
"{newName} already exists" : "{newName} on jo olemassa",
|
||||
"Choose" : "Valitse",
|
||||
"Copy" : "Kopioi",
|
||||
"Move" : "Siirrä",
|
||||
"Error loading file picker template: {error}" : "Virhe ladatessa tiedostopohjia: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Virhe ladatessa viestipohjaa: {error}",
|
||||
"read-only" : "vain luku",
|
||||
|
|
@ -222,12 +210,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(kaikki valittu)",
|
||||
"({count} selected)" : "({count} valittu)",
|
||||
"Error loading file exists template" : "Virhe ladatessa mallipohjaa",
|
||||
"Show list view" : "Näytä listanäkymä",
|
||||
"Show grid view" : "Näytä ruudukkonäkymä",
|
||||
"Pending" : "Odottaa",
|
||||
"Home" : "Koti",
|
||||
"Copy to {folder}" : "Kopioi kansioon {folder}",
|
||||
"Move to {folder}" : "Siirrä kansioon {folder}",
|
||||
"Saving …" : "Tallennetaan…",
|
||||
"Authentication required" : "Tunnistautuminen vaaditaan",
|
||||
"This action requires you to confirm your password" : "Toiminto vaatii vahvistamista salasanallasi",
|
||||
|
|
@ -376,6 +358,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "Jos se ei ole siellä, niin pyydä järjestelmänvalvojaltasi.",
|
||||
"Press enter to start searching" : "Paina enter aloittaaksesi haun",
|
||||
"Settings" : "Asetukset",
|
||||
"No files in here" : "Täällä ei ole tiedostoja",
|
||||
"New folder" : "Uusi kansio",
|
||||
"No more subfolders in here" : "Täällä ei ole enempää alikansioita",
|
||||
"Name" : "Nimi",
|
||||
"Size" : "Koko",
|
||||
"Modified" : "Muokattu",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" on virheellinen tiedostonimi.",
|
||||
"File name cannot be empty." : "Tiedoston nimi ei voi olla tyhjä.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ei ole sallittu merkki tiedostonimessä.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" ei ole hyväksytty tiedostotyyppi",
|
||||
"{newName} already exists" : "{newName} on jo olemassa",
|
||||
"Error loading file picker template: {error}" : "Virhe ladatessa tiedostopohjia: {error}",
|
||||
"Show list view" : "Näytä listanäkymä",
|
||||
"Show grid view" : "Näytä ruudukkonäkymä",
|
||||
"Pending" : "Odottaa",
|
||||
"Home" : "Koti",
|
||||
"Copy to {folder}" : "Kopioi kansioon {folder}",
|
||||
"Move to {folder}" : "Siirrä kansioon {folder}",
|
||||
"File not found" : "Tiedostoa ei löytynyt",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Tätä asiakirjaa ei löytynyt palvelimelta. Kenties jako on poistettu tai se oli asetettu vanhenemaan.",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Käytä komentorivipäivitintä, koska automaattinen päivitys on estetty config.php-asetustiedostossa.",
|
||||
|
|
|
|||
|
|
@ -191,21 +191,9 @@
|
|||
"Looking for {term} …" : "Etsii {term}…",
|
||||
"No" : "Ei",
|
||||
"Yes" : "Kyllä",
|
||||
"No files in here" : "Täällä ei ole tiedostoja",
|
||||
"New folder" : "Uusi kansio",
|
||||
"No more subfolders in here" : "Täällä ei ole enempää alikansioita",
|
||||
"Name" : "Nimi",
|
||||
"Size" : "Koko",
|
||||
"Modified" : "Muokattu",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" on virheellinen tiedostonimi.",
|
||||
"File name cannot be empty." : "Tiedoston nimi ei voi olla tyhjä.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ei ole sallittu merkki tiedostonimessä.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" ei ole hyväksytty tiedostotyyppi",
|
||||
"{newName} already exists" : "{newName} on jo olemassa",
|
||||
"Choose" : "Valitse",
|
||||
"Copy" : "Kopioi",
|
||||
"Move" : "Siirrä",
|
||||
"Error loading file picker template: {error}" : "Virhe ladatessa tiedostopohjia: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Virhe ladatessa viestipohjaa: {error}",
|
||||
"read-only" : "vain luku",
|
||||
|
|
@ -220,12 +208,6 @@
|
|||
"(all selected)" : "(kaikki valittu)",
|
||||
"({count} selected)" : "({count} valittu)",
|
||||
"Error loading file exists template" : "Virhe ladatessa mallipohjaa",
|
||||
"Show list view" : "Näytä listanäkymä",
|
||||
"Show grid view" : "Näytä ruudukkonäkymä",
|
||||
"Pending" : "Odottaa",
|
||||
"Home" : "Koti",
|
||||
"Copy to {folder}" : "Kopioi kansioon {folder}",
|
||||
"Move to {folder}" : "Siirrä kansioon {folder}",
|
||||
"Saving …" : "Tallennetaan…",
|
||||
"Authentication required" : "Tunnistautuminen vaaditaan",
|
||||
"This action requires you to confirm your password" : "Toiminto vaatii vahvistamista salasanallasi",
|
||||
|
|
@ -374,6 +356,24 @@
|
|||
"If it is not there ask your local administrator." : "Jos se ei ole siellä, niin pyydä järjestelmänvalvojaltasi.",
|
||||
"Press enter to start searching" : "Paina enter aloittaaksesi haun",
|
||||
"Settings" : "Asetukset",
|
||||
"No files in here" : "Täällä ei ole tiedostoja",
|
||||
"New folder" : "Uusi kansio",
|
||||
"No more subfolders in here" : "Täällä ei ole enempää alikansioita",
|
||||
"Name" : "Nimi",
|
||||
"Size" : "Koko",
|
||||
"Modified" : "Muokattu",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" on virheellinen tiedostonimi.",
|
||||
"File name cannot be empty." : "Tiedoston nimi ei voi olla tyhjä.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ei ole sallittu merkki tiedostonimessä.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" ei ole hyväksytty tiedostotyyppi",
|
||||
"{newName} already exists" : "{newName} on jo olemassa",
|
||||
"Error loading file picker template: {error}" : "Virhe ladatessa tiedostopohjia: {error}",
|
||||
"Show list view" : "Näytä listanäkymä",
|
||||
"Show grid view" : "Näytä ruudukkonäkymä",
|
||||
"Pending" : "Odottaa",
|
||||
"Home" : "Koti",
|
||||
"Copy to {folder}" : "Kopioi kansioon {folder}",
|
||||
"Move to {folder}" : "Siirrä kansioon {folder}",
|
||||
"File not found" : "Tiedostoa ei löytynyt",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Tätä asiakirjaa ei löytynyt palvelimelta. Kenties jako on poistettu tai se oli asetettu vanhenemaan.",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Käytä komentorivipäivitintä, koska automaattinen päivitys on estetty config.php-asetustiedostossa.",
|
||||
|
|
|
|||
|
|
@ -235,21 +235,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Recherche de {term} ...",
|
||||
"No" : "Non",
|
||||
"Yes" : "Oui",
|
||||
"No files in here" : "Aucun fichier",
|
||||
"New folder" : "Nouveau dossier",
|
||||
"No more subfolders in here" : "Plus aucun sous-dossier ici",
|
||||
"Name" : "Nom",
|
||||
"Size" : "Taille",
|
||||
"Modified" : "Modifié",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" n'est pas un nom de fichier valide.",
|
||||
"File name cannot be empty." : "Le nom de fichier ne peut pas être vide.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" n'est pas autorisé dans un nom de fichier.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" n'est pas un type de fichier autorisé",
|
||||
"{newName} already exists" : "{newName} existe déjà",
|
||||
"Choose" : "Choisir",
|
||||
"Copy" : "Copier",
|
||||
"Move" : "Déplacer",
|
||||
"Error loading file picker template: {error}" : "Erreur lors du chargement du modèle du sélecteur de fichiers : {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Erreur lors du chargement du modèle de message : {error}",
|
||||
"read-only" : "Lecture seule",
|
||||
|
|
@ -264,12 +252,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(tous sélectionnés)",
|
||||
"({count} selected)" : "({count} sélectionné(s))",
|
||||
"Error loading file exists template" : "Erreur lors du chargement du modèle de fichier existant",
|
||||
"Show list view" : "Activer l'affichage liste",
|
||||
"Show grid view" : "Activer l'affichage mosaïque",
|
||||
"Pending" : "En attente",
|
||||
"Home" : "Personnel",
|
||||
"Copy to {folder}" : "Copier vers {folder}",
|
||||
"Move to {folder}" : "Déplacer vers {folder}",
|
||||
"Saving …" : "Enregistrement...",
|
||||
"Authentication required" : "Authentification requise",
|
||||
"This action requires you to confirm your password" : "Cette action nécessite que vous confirmiez votre mot de passe",
|
||||
|
|
@ -423,6 +405,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "Si ce n'est pas le cas, veuillez contacter votre administrateur.",
|
||||
"Press enter to start searching" : "Appuyez sur Entrée pour démarrer la recherche",
|
||||
"Settings" : "Paramètres",
|
||||
"No files in here" : "Aucun fichier",
|
||||
"New folder" : "Nouveau dossier",
|
||||
"No more subfolders in here" : "Plus aucun sous-dossier ici",
|
||||
"Name" : "Nom",
|
||||
"Size" : "Taille",
|
||||
"Modified" : "Modifié",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" n'est pas un nom de fichier valide.",
|
||||
"File name cannot be empty." : "Le nom de fichier ne peut pas être vide.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" n'est pas autorisé dans un nom de fichier.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" n'est pas un type de fichier autorisé",
|
||||
"{newName} already exists" : "{newName} existe déjà",
|
||||
"Error loading file picker template: {error}" : "Erreur lors du chargement du modèle du sélecteur de fichiers : {error}",
|
||||
"Show list view" : "Activer l'affichage liste",
|
||||
"Show grid view" : "Activer l'affichage mosaïque",
|
||||
"Pending" : "En attente",
|
||||
"Home" : "Personnel",
|
||||
"Copy to {folder}" : "Copier vers {folder}",
|
||||
"Move to {folder}" : "Déplacer vers {folder}",
|
||||
"File not found" : "Fichier non trouvé",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Le document n'a pas pu être trouvé sur le serveur. Peut-être que le partage a été supprimé ou a expiré ?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Veuillez utiliser la mise à jour en ligne de commande, la mise à jour automatique est désactivée dans config.php.",
|
||||
|
|
|
|||
|
|
@ -233,21 +233,9 @@
|
|||
"Looking for {term} …" : "Recherche de {term} ...",
|
||||
"No" : "Non",
|
||||
"Yes" : "Oui",
|
||||
"No files in here" : "Aucun fichier",
|
||||
"New folder" : "Nouveau dossier",
|
||||
"No more subfolders in here" : "Plus aucun sous-dossier ici",
|
||||
"Name" : "Nom",
|
||||
"Size" : "Taille",
|
||||
"Modified" : "Modifié",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" n'est pas un nom de fichier valide.",
|
||||
"File name cannot be empty." : "Le nom de fichier ne peut pas être vide.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" n'est pas autorisé dans un nom de fichier.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" n'est pas un type de fichier autorisé",
|
||||
"{newName} already exists" : "{newName} existe déjà",
|
||||
"Choose" : "Choisir",
|
||||
"Copy" : "Copier",
|
||||
"Move" : "Déplacer",
|
||||
"Error loading file picker template: {error}" : "Erreur lors du chargement du modèle du sélecteur de fichiers : {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Erreur lors du chargement du modèle de message : {error}",
|
||||
"read-only" : "Lecture seule",
|
||||
|
|
@ -262,12 +250,6 @@
|
|||
"(all selected)" : "(tous sélectionnés)",
|
||||
"({count} selected)" : "({count} sélectionné(s))",
|
||||
"Error loading file exists template" : "Erreur lors du chargement du modèle de fichier existant",
|
||||
"Show list view" : "Activer l'affichage liste",
|
||||
"Show grid view" : "Activer l'affichage mosaïque",
|
||||
"Pending" : "En attente",
|
||||
"Home" : "Personnel",
|
||||
"Copy to {folder}" : "Copier vers {folder}",
|
||||
"Move to {folder}" : "Déplacer vers {folder}",
|
||||
"Saving …" : "Enregistrement...",
|
||||
"Authentication required" : "Authentification requise",
|
||||
"This action requires you to confirm your password" : "Cette action nécessite que vous confirmiez votre mot de passe",
|
||||
|
|
@ -421,6 +403,24 @@
|
|||
"If it is not there ask your local administrator." : "Si ce n'est pas le cas, veuillez contacter votre administrateur.",
|
||||
"Press enter to start searching" : "Appuyez sur Entrée pour démarrer la recherche",
|
||||
"Settings" : "Paramètres",
|
||||
"No files in here" : "Aucun fichier",
|
||||
"New folder" : "Nouveau dossier",
|
||||
"No more subfolders in here" : "Plus aucun sous-dossier ici",
|
||||
"Name" : "Nom",
|
||||
"Size" : "Taille",
|
||||
"Modified" : "Modifié",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" n'est pas un nom de fichier valide.",
|
||||
"File name cannot be empty." : "Le nom de fichier ne peut pas être vide.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" n'est pas autorisé dans un nom de fichier.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" n'est pas un type de fichier autorisé",
|
||||
"{newName} already exists" : "{newName} existe déjà",
|
||||
"Error loading file picker template: {error}" : "Erreur lors du chargement du modèle du sélecteur de fichiers : {error}",
|
||||
"Show list view" : "Activer l'affichage liste",
|
||||
"Show grid view" : "Activer l'affichage mosaïque",
|
||||
"Pending" : "En attente",
|
||||
"Home" : "Personnel",
|
||||
"Copy to {folder}" : "Copier vers {folder}",
|
||||
"Move to {folder}" : "Déplacer vers {folder}",
|
||||
"File not found" : "Fichier non trouvé",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Le document n'a pas pu être trouvé sur le serveur. Peut-être que le partage a été supprimé ou a expiré ?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Veuillez utiliser la mise à jour en ligne de commande, la mise à jour automatique est désactivée dans config.php.",
|
||||
|
|
|
|||
|
|
@ -236,21 +236,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Buscando {term}…",
|
||||
"No" : "Non",
|
||||
"Yes" : "Si",
|
||||
"No files in here" : "Aquí non hai ficheiros",
|
||||
"New folder" : "Novo cartafol",
|
||||
"No more subfolders in here" : "Aquí non hai máis subcartafoles",
|
||||
"Name" : "Nome",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "«{name}» é un nome incorrecto de ficheiro.",
|
||||
"File name cannot be empty." : "O nome de ficheiro non pode estar baleiro",
|
||||
"\"/\" is not allowed inside a file name." : "«/» non está permitido nun nome de ficheiro",
|
||||
"\"{name}\" is not an allowed filetype" : "«{name}» non é un tipo de ficheiro permitido",
|
||||
"{newName} already exists" : "Xa existe {newName}",
|
||||
"Choose" : "Escoller",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Produciuse un erro ao cargar o modelo do selector: {error}",
|
||||
"OK" : "Aceptar",
|
||||
"Error loading message template: {error}" : "Produciuse un erro ao cargar o modelo da mensaxe: {error}",
|
||||
"read-only" : "só lectura",
|
||||
|
|
@ -265,12 +253,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(todo o seleccionado)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Produciuse un erro ao cargar o modelo de ficheiro existente",
|
||||
"Show list view" : "Amosar a vista de lista",
|
||||
"Show grid view" : "Amosar a vista de grella",
|
||||
"Pending" : "Pendentes",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar en {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Saving …" : "Gardando…",
|
||||
"Authentication required" : "Precisase autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción precisa que confirme o seu contrasinal",
|
||||
|
|
@ -424,6 +406,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "Se non existe, pregúntelle a administración desta instancia",
|
||||
"Press enter to start searching" : "Prema Intro para comezar a buscar",
|
||||
"Settings" : "Axustes",
|
||||
"No files in here" : "Aquí non hai ficheiros",
|
||||
"New folder" : "Novo cartafol",
|
||||
"No more subfolders in here" : "Aquí non hai máis subcartafoles",
|
||||
"Name" : "Nome",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "«{name}» é un nome incorrecto de ficheiro.",
|
||||
"File name cannot be empty." : "O nome de ficheiro non pode estar baleiro",
|
||||
"\"/\" is not allowed inside a file name." : "«/» non está permitido nun nome de ficheiro",
|
||||
"\"{name}\" is not an allowed filetype" : "«{name}» non é un tipo de ficheiro permitido",
|
||||
"{newName} already exists" : "Xa existe {newName}",
|
||||
"Error loading file picker template: {error}" : "Produciuse un erro ao cargar o modelo do selector: {error}",
|
||||
"Show list view" : "Amosar a vista de lista",
|
||||
"Show grid view" : "Amosar a vista de grella",
|
||||
"Pending" : "Pendentes",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar en {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Non se atopou o ficheiro",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Non foi posíbel atopar o documento no servidor. É posíbel que a ligazón for eliminada ou que xa teña caducado.",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "A actualización automática está desactivada en config.php, faga a actualización empregando a liña de ordes.",
|
||||
|
|
|
|||
|
|
@ -234,21 +234,9 @@
|
|||
"Looking for {term} …" : "Buscando {term}…",
|
||||
"No" : "Non",
|
||||
"Yes" : "Si",
|
||||
"No files in here" : "Aquí non hai ficheiros",
|
||||
"New folder" : "Novo cartafol",
|
||||
"No more subfolders in here" : "Aquí non hai máis subcartafoles",
|
||||
"Name" : "Nome",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "«{name}» é un nome incorrecto de ficheiro.",
|
||||
"File name cannot be empty." : "O nome de ficheiro non pode estar baleiro",
|
||||
"\"/\" is not allowed inside a file name." : "«/» non está permitido nun nome de ficheiro",
|
||||
"\"{name}\" is not an allowed filetype" : "«{name}» non é un tipo de ficheiro permitido",
|
||||
"{newName} already exists" : "Xa existe {newName}",
|
||||
"Choose" : "Escoller",
|
||||
"Copy" : "Copiar",
|
||||
"Move" : "Mover",
|
||||
"Error loading file picker template: {error}" : "Produciuse un erro ao cargar o modelo do selector: {error}",
|
||||
"OK" : "Aceptar",
|
||||
"Error loading message template: {error}" : "Produciuse un erro ao cargar o modelo da mensaxe: {error}",
|
||||
"read-only" : "só lectura",
|
||||
|
|
@ -263,12 +251,6 @@
|
|||
"(all selected)" : "(todo o seleccionado)",
|
||||
"({count} selected)" : "({count} seleccionados)",
|
||||
"Error loading file exists template" : "Produciuse un erro ao cargar o modelo de ficheiro existente",
|
||||
"Show list view" : "Amosar a vista de lista",
|
||||
"Show grid view" : "Amosar a vista de grella",
|
||||
"Pending" : "Pendentes",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar en {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"Saving …" : "Gardando…",
|
||||
"Authentication required" : "Precisase autenticación",
|
||||
"This action requires you to confirm your password" : "Esta acción precisa que confirme o seu contrasinal",
|
||||
|
|
@ -422,6 +404,24 @@
|
|||
"If it is not there ask your local administrator." : "Se non existe, pregúntelle a administración desta instancia",
|
||||
"Press enter to start searching" : "Prema Intro para comezar a buscar",
|
||||
"Settings" : "Axustes",
|
||||
"No files in here" : "Aquí non hai ficheiros",
|
||||
"New folder" : "Novo cartafol",
|
||||
"No more subfolders in here" : "Aquí non hai máis subcartafoles",
|
||||
"Name" : "Nome",
|
||||
"Size" : "Tamaño",
|
||||
"Modified" : "Modificado",
|
||||
"\"{name}\" is an invalid file name." : "«{name}» é un nome incorrecto de ficheiro.",
|
||||
"File name cannot be empty." : "O nome de ficheiro non pode estar baleiro",
|
||||
"\"/\" is not allowed inside a file name." : "«/» non está permitido nun nome de ficheiro",
|
||||
"\"{name}\" is not an allowed filetype" : "«{name}» non é un tipo de ficheiro permitido",
|
||||
"{newName} already exists" : "Xa existe {newName}",
|
||||
"Error loading file picker template: {error}" : "Produciuse un erro ao cargar o modelo do selector: {error}",
|
||||
"Show list view" : "Amosar a vista de lista",
|
||||
"Show grid view" : "Amosar a vista de grella",
|
||||
"Pending" : "Pendentes",
|
||||
"Home" : "Inicio",
|
||||
"Copy to {folder}" : "Copiar en {folder}",
|
||||
"Move to {folder}" : "Mover a {folder}",
|
||||
"File not found" : "Non se atopou o ficheiro",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Non foi posíbel atopar o documento no servidor. É posíbel que a ligazón for eliminada ou que xa teña caducado.",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "A actualización automática está desactivada en config.php, faga a actualización empregando a liña de ordes.",
|
||||
|
|
|
|||
|
|
@ -153,21 +153,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "מתבצע חיפוש אחר {term}…",
|
||||
"No" : "לא",
|
||||
"Yes" : "כן",
|
||||
"No files in here" : "אין כאן קבצים",
|
||||
"New folder" : "תיקייה חדשה",
|
||||
"No more subfolders in here" : "אין כאן עוד תת־תיקיות",
|
||||
"Name" : "שם",
|
||||
"Size" : "גודל",
|
||||
"Modified" : "מועד שינוי",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" הנו שם קובץ לא חוקי.",
|
||||
"File name cannot be empty." : "שם קובץ אינו יכול להיות ריק",
|
||||
"\"/\" is not allowed inside a file name." : "אסור להשתמש ב־„/” בתוך שם קובץ.",
|
||||
"\"{name}\" is not an allowed filetype" : "סוד הקובץ „{name}” אינו מורשה",
|
||||
"{newName} already exists" : "{newName} כבר קיים",
|
||||
"Choose" : "בחירה",
|
||||
"Copy" : "העתקה",
|
||||
"Move" : "העברה",
|
||||
"Error loading file picker template: {error}" : "שגיאה בטעינת תבנית בחירת הקבצים: {error}",
|
||||
"OK" : "אישור",
|
||||
"Error loading message template: {error}" : "שגיאה בטעינת תבנית ההודעות: {error}",
|
||||
"read-only" : "לקריאה בלבד",
|
||||
|
|
@ -182,10 +170,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(הכול נבחר)",
|
||||
"({count} selected)" : "({count} נבחרו)",
|
||||
"Error loading file exists template" : "שגיאה בטעינת קובץ תבנית קיימים",
|
||||
"Pending" : "בהמתנה",
|
||||
"Home" : "בית",
|
||||
"Copy to {folder}" : "העתקה אל {folder}",
|
||||
"Move to {folder}" : "העברה אל {folder}",
|
||||
"Saving …" : "מתבצעת שמירה…",
|
||||
"Authentication required" : "נדרש אימות",
|
||||
"This action requires you to confirm your password" : "פעולה זו דורשת ממך לאמת את הססמה שלך",
|
||||
|
|
@ -324,6 +308,22 @@ OC.L10N.register(
|
|||
"Contact your system administrator if this message persists or appeared unexpectedly." : "יש ליצור קשר עם מנהל המערכת אם הודעה שו נמשכת או מופיעה באופן בלתי צפוי. ",
|
||||
"If it is not there ask your local administrator." : "אם זה לא נמצא, שאל את המנהל המקומי שלך.",
|
||||
"Settings" : "הגדרות",
|
||||
"No files in here" : "אין כאן קבצים",
|
||||
"New folder" : "תיקייה חדשה",
|
||||
"No more subfolders in here" : "אין כאן עוד תת־תיקיות",
|
||||
"Name" : "שם",
|
||||
"Size" : "גודל",
|
||||
"Modified" : "מועד שינוי",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" הנו שם קובץ לא חוקי.",
|
||||
"File name cannot be empty." : "שם קובץ אינו יכול להיות ריק",
|
||||
"\"/\" is not allowed inside a file name." : "אסור להשתמש ב־„/” בתוך שם קובץ.",
|
||||
"\"{name}\" is not an allowed filetype" : "סוד הקובץ „{name}” אינו מורשה",
|
||||
"{newName} already exists" : "{newName} כבר קיים",
|
||||
"Error loading file picker template: {error}" : "שגיאה בטעינת תבנית בחירת הקבצים: {error}",
|
||||
"Pending" : "בהמתנה",
|
||||
"Home" : "בית",
|
||||
"Copy to {folder}" : "העתקה אל {folder}",
|
||||
"Move to {folder}" : "העברה אל {folder}",
|
||||
"File not found" : "קובץ לא נמצא",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "לא ניתן למצוא את המסמך בשרת. יכול להיות שהשיתוף נמחק או פג?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "יש להשתמש בעדכון על בסיס שורת פקודה כיוון שעדכון אוטומטי מנוטרל בקובץ config.php."
|
||||
|
|
|
|||
|
|
@ -151,21 +151,9 @@
|
|||
"Looking for {term} …" : "מתבצע חיפוש אחר {term}…",
|
||||
"No" : "לא",
|
||||
"Yes" : "כן",
|
||||
"No files in here" : "אין כאן קבצים",
|
||||
"New folder" : "תיקייה חדשה",
|
||||
"No more subfolders in here" : "אין כאן עוד תת־תיקיות",
|
||||
"Name" : "שם",
|
||||
"Size" : "גודל",
|
||||
"Modified" : "מועד שינוי",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" הנו שם קובץ לא חוקי.",
|
||||
"File name cannot be empty." : "שם קובץ אינו יכול להיות ריק",
|
||||
"\"/\" is not allowed inside a file name." : "אסור להשתמש ב־„/” בתוך שם קובץ.",
|
||||
"\"{name}\" is not an allowed filetype" : "סוד הקובץ „{name}” אינו מורשה",
|
||||
"{newName} already exists" : "{newName} כבר קיים",
|
||||
"Choose" : "בחירה",
|
||||
"Copy" : "העתקה",
|
||||
"Move" : "העברה",
|
||||
"Error loading file picker template: {error}" : "שגיאה בטעינת תבנית בחירת הקבצים: {error}",
|
||||
"OK" : "אישור",
|
||||
"Error loading message template: {error}" : "שגיאה בטעינת תבנית ההודעות: {error}",
|
||||
"read-only" : "לקריאה בלבד",
|
||||
|
|
@ -180,10 +168,6 @@
|
|||
"(all selected)" : "(הכול נבחר)",
|
||||
"({count} selected)" : "({count} נבחרו)",
|
||||
"Error loading file exists template" : "שגיאה בטעינת קובץ תבנית קיימים",
|
||||
"Pending" : "בהמתנה",
|
||||
"Home" : "בית",
|
||||
"Copy to {folder}" : "העתקה אל {folder}",
|
||||
"Move to {folder}" : "העברה אל {folder}",
|
||||
"Saving …" : "מתבצעת שמירה…",
|
||||
"Authentication required" : "נדרש אימות",
|
||||
"This action requires you to confirm your password" : "פעולה זו דורשת ממך לאמת את הססמה שלך",
|
||||
|
|
@ -322,6 +306,22 @@
|
|||
"Contact your system administrator if this message persists or appeared unexpectedly." : "יש ליצור קשר עם מנהל המערכת אם הודעה שו נמשכת או מופיעה באופן בלתי צפוי. ",
|
||||
"If it is not there ask your local administrator." : "אם זה לא נמצא, שאל את המנהל המקומי שלך.",
|
||||
"Settings" : "הגדרות",
|
||||
"No files in here" : "אין כאן קבצים",
|
||||
"New folder" : "תיקייה חדשה",
|
||||
"No more subfolders in here" : "אין כאן עוד תת־תיקיות",
|
||||
"Name" : "שם",
|
||||
"Size" : "גודל",
|
||||
"Modified" : "מועד שינוי",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" הנו שם קובץ לא חוקי.",
|
||||
"File name cannot be empty." : "שם קובץ אינו יכול להיות ריק",
|
||||
"\"/\" is not allowed inside a file name." : "אסור להשתמש ב־„/” בתוך שם קובץ.",
|
||||
"\"{name}\" is not an allowed filetype" : "סוד הקובץ „{name}” אינו מורשה",
|
||||
"{newName} already exists" : "{newName} כבר קיים",
|
||||
"Error loading file picker template: {error}" : "שגיאה בטעינת תבנית בחירת הקבצים: {error}",
|
||||
"Pending" : "בהמתנה",
|
||||
"Home" : "בית",
|
||||
"Copy to {folder}" : "העתקה אל {folder}",
|
||||
"Move to {folder}" : "העברה אל {folder}",
|
||||
"File not found" : "קובץ לא נמצא",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "לא ניתן למצוא את המסמך בשרת. יכול להיות שהשיתוף נמחק או פג?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "יש להשתמש בעדכון על בסיס שורת פקודה כיוון שעדכון אוטומטי מנוטרל בקובץ config.php."
|
||||
|
|
|
|||
|
|
@ -180,21 +180,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Tražim {term}…",
|
||||
"No" : "Ne",
|
||||
"Yes" : "Da",
|
||||
"No files in here" : "Nema datoteka",
|
||||
"New folder" : "Nova mapa",
|
||||
"No more subfolders in here" : "Ovdje više nema podmapa",
|
||||
"Name" : "Naziv",
|
||||
"Size" : "Veličina",
|
||||
"Modified" : "Promijenjeno",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" je neispravno ime datoteke.",
|
||||
"File name cannot be empty." : "Naziv datoteke ne može biti prazan.",
|
||||
"\"/\" is not allowed inside a file name." : "„/” nije dopušteno unutar naziva datoteke.",
|
||||
"\"{name}\" is not an allowed filetype" : "„{name}” nije dopuštena vrsta datoteke",
|
||||
"{newName} already exists" : "{newName} već postoji",
|
||||
"Choose" : "Odaberite",
|
||||
"Copy" : "Kopiraj",
|
||||
"Move" : "Premjesti",
|
||||
"Error loading file picker template: {error}" : "Pogrešno učitavanje predloška za pronalazača datoteke: {error}",
|
||||
"OK" : "U redu",
|
||||
"Error loading message template: {error}" : "Pogrešno učitavanje predloška za poruke: {error}",
|
||||
"read-only" : "samo za čitanje",
|
||||
|
|
@ -209,10 +197,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(sve odabrano)",
|
||||
"({count} selected)" : "({count} odabran)",
|
||||
"Error loading file exists template" : "Pogrešno učitavanje predloška za postojeću datoteku",
|
||||
"Pending" : "Na čekanju",
|
||||
"Home" : "Početna",
|
||||
"Copy to {folder}" : "Kopiraj u {folder}",
|
||||
"Move to {folder}" : "Premjesti u {folder}",
|
||||
"Saving …" : "Spremanje...",
|
||||
"Authentication required" : "Potrebna autentifikacija",
|
||||
"This action requires you to confirm your password" : "Za izvršavanje ove radnje potvrdite svoju zaporku",
|
||||
|
|
@ -353,6 +337,22 @@ OC.L10N.register(
|
|||
"A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Poslana Vam je poruka za resetiranje zaporke na adresu e-pošte za ovaj račun. Ako je niste primili, provjerite Vaše mape smeća i neželjene pošte, ili se obratite svom lokalnom administratoru.",
|
||||
"If it is not there ask your local administrator." : "Ako i tamo nema poruke, obratite se lokalnom administratoru.",
|
||||
"Settings" : "Postavke",
|
||||
"No files in here" : "Nema datoteka",
|
||||
"New folder" : "Nova mapa",
|
||||
"No more subfolders in here" : "Ovdje više nema podmapa",
|
||||
"Name" : "Naziv",
|
||||
"Size" : "Veličina",
|
||||
"Modified" : "Promijenjeno",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" je neispravno ime datoteke.",
|
||||
"File name cannot be empty." : "Naziv datoteke ne može biti prazan.",
|
||||
"\"/\" is not allowed inside a file name." : "„/” nije dopušteno unutar naziva datoteke.",
|
||||
"\"{name}\" is not an allowed filetype" : "„{name}” nije dopuštena vrsta datoteke",
|
||||
"{newName} already exists" : "{newName} već postoji",
|
||||
"Error loading file picker template: {error}" : "Pogrešno učitavanje predloška za pronalazača datoteke: {error}",
|
||||
"Pending" : "Na čekanju",
|
||||
"Home" : "Početna",
|
||||
"Copy to {folder}" : "Kopiraj u {folder}",
|
||||
"Move to {folder}" : "Premjesti u {folder}",
|
||||
"File not found" : "Datoteka nije pronađena",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokument nije moguće pronaći na poslužitelju. Možda je dijeljenje izbrisano ili je isteklo?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Ažurirajte putem naredbenog retka jer je automatsko ažuriranje onemogućeno u datoteci config.php."
|
||||
|
|
|
|||
|
|
@ -178,21 +178,9 @@
|
|||
"Looking for {term} …" : "Tražim {term}…",
|
||||
"No" : "Ne",
|
||||
"Yes" : "Da",
|
||||
"No files in here" : "Nema datoteka",
|
||||
"New folder" : "Nova mapa",
|
||||
"No more subfolders in here" : "Ovdje više nema podmapa",
|
||||
"Name" : "Naziv",
|
||||
"Size" : "Veličina",
|
||||
"Modified" : "Promijenjeno",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" je neispravno ime datoteke.",
|
||||
"File name cannot be empty." : "Naziv datoteke ne može biti prazan.",
|
||||
"\"/\" is not allowed inside a file name." : "„/” nije dopušteno unutar naziva datoteke.",
|
||||
"\"{name}\" is not an allowed filetype" : "„{name}” nije dopuštena vrsta datoteke",
|
||||
"{newName} already exists" : "{newName} već postoji",
|
||||
"Choose" : "Odaberite",
|
||||
"Copy" : "Kopiraj",
|
||||
"Move" : "Premjesti",
|
||||
"Error loading file picker template: {error}" : "Pogrešno učitavanje predloška za pronalazača datoteke: {error}",
|
||||
"OK" : "U redu",
|
||||
"Error loading message template: {error}" : "Pogrešno učitavanje predloška za poruke: {error}",
|
||||
"read-only" : "samo za čitanje",
|
||||
|
|
@ -207,10 +195,6 @@
|
|||
"(all selected)" : "(sve odabrano)",
|
||||
"({count} selected)" : "({count} odabran)",
|
||||
"Error loading file exists template" : "Pogrešno učitavanje predloška za postojeću datoteku",
|
||||
"Pending" : "Na čekanju",
|
||||
"Home" : "Početna",
|
||||
"Copy to {folder}" : "Kopiraj u {folder}",
|
||||
"Move to {folder}" : "Premjesti u {folder}",
|
||||
"Saving …" : "Spremanje...",
|
||||
"Authentication required" : "Potrebna autentifikacija",
|
||||
"This action requires you to confirm your password" : "Za izvršavanje ove radnje potvrdite svoju zaporku",
|
||||
|
|
@ -351,6 +335,22 @@
|
|||
"A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Poslana Vam je poruka za resetiranje zaporke na adresu e-pošte za ovaj račun. Ako je niste primili, provjerite Vaše mape smeća i neželjene pošte, ili se obratite svom lokalnom administratoru.",
|
||||
"If it is not there ask your local administrator." : "Ako i tamo nema poruke, obratite se lokalnom administratoru.",
|
||||
"Settings" : "Postavke",
|
||||
"No files in here" : "Nema datoteka",
|
||||
"New folder" : "Nova mapa",
|
||||
"No more subfolders in here" : "Ovdje više nema podmapa",
|
||||
"Name" : "Naziv",
|
||||
"Size" : "Veličina",
|
||||
"Modified" : "Promijenjeno",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" je neispravno ime datoteke.",
|
||||
"File name cannot be empty." : "Naziv datoteke ne može biti prazan.",
|
||||
"\"/\" is not allowed inside a file name." : "„/” nije dopušteno unutar naziva datoteke.",
|
||||
"\"{name}\" is not an allowed filetype" : "„{name}” nije dopuštena vrsta datoteke",
|
||||
"{newName} already exists" : "{newName} već postoji",
|
||||
"Error loading file picker template: {error}" : "Pogrešno učitavanje predloška za pronalazača datoteke: {error}",
|
||||
"Pending" : "Na čekanju",
|
||||
"Home" : "Početna",
|
||||
"Copy to {folder}" : "Kopiraj u {folder}",
|
||||
"Move to {folder}" : "Premjesti u {folder}",
|
||||
"File not found" : "Datoteka nije pronađena",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokument nije moguće pronaći na poslužitelju. Možda je dijeljenje izbrisano ili je isteklo?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Ažurirajte putem naredbenog retka jer je automatsko ažuriranje onemogućeno u datoteci config.php."
|
||||
|
|
|
|||
|
|
@ -234,21 +234,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "{term} keresése…",
|
||||
"No" : "Nem",
|
||||
"Yes" : "Igen",
|
||||
"No files in here" : "Itt nincsenek fájlok",
|
||||
"New folder" : "Új mappa",
|
||||
"No more subfolders in here" : "Itt nincsenek almappák",
|
||||
"Name" : "Név",
|
||||
"Size" : "Méret",
|
||||
"Modified" : "Módosítva",
|
||||
"\"{name}\" is an invalid file name." : "A(z) „{name}” fájlnév érvénytelen.",
|
||||
"File name cannot be empty." : "A fájlnév nem lehet üres.",
|
||||
"\"/\" is not allowed inside a file name." : "„/” nem szerepelhet fájlnévben.",
|
||||
"\"{name}\" is not an allowed filetype" : "A(z) „{name}” nem engedélyezett fájltípus",
|
||||
"{newName} already exists" : "{newName} már létezik",
|
||||
"Choose" : "Válasszon",
|
||||
"Copy" : "Másolás",
|
||||
"Move" : "Áthelyezés",
|
||||
"Error loading file picker template: {error}" : "Hiba a fájlválasztó sablon betöltésekor: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Hiba az üzenetsablon betöltésekor: {error}",
|
||||
"read-only" : "csak olvasható",
|
||||
|
|
@ -263,12 +251,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(összes kiválasztva)",
|
||||
"({count} selected)" : "({count} kiválasztva)",
|
||||
"Error loading file exists template" : "Hiba a „fájl már létezik” sablon betöltésekor",
|
||||
"Show list view" : "Listanézet megjelenítése",
|
||||
"Show grid view" : "Rácsnézet megjelenítése",
|
||||
"Pending" : "Folyamatban",
|
||||
"Home" : "Kezdőlap",
|
||||
"Copy to {folder}" : "Másolás ide: {folder}",
|
||||
"Move to {folder}" : "Áthelyezés ide: {folder}",
|
||||
"Saving …" : "Mentés ...",
|
||||
"Authentication required" : "Hitelesítés szükséges",
|
||||
"This action requires you to confirm your password" : "A művelethez meg kell erősítenie a jelszavát",
|
||||
|
|
@ -422,6 +404,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "Ha nincs ott, akkor kérdezze a helyi rendszergazdát.",
|
||||
"Press enter to start searching" : "A keresés indításához nyomjon Entert",
|
||||
"Settings" : "Beállítások",
|
||||
"No files in here" : "Itt nincsenek fájlok",
|
||||
"New folder" : "Új mappa",
|
||||
"No more subfolders in here" : "Itt nincsenek almappák",
|
||||
"Name" : "Név",
|
||||
"Size" : "Méret",
|
||||
"Modified" : "Módosítva",
|
||||
"\"{name}\" is an invalid file name." : "A(z) „{name}” fájlnév érvénytelen.",
|
||||
"File name cannot be empty." : "A fájlnév nem lehet üres.",
|
||||
"\"/\" is not allowed inside a file name." : "„/” nem szerepelhet fájlnévben.",
|
||||
"\"{name}\" is not an allowed filetype" : "A(z) „{name}” nem engedélyezett fájltípus",
|
||||
"{newName} already exists" : "{newName} már létezik",
|
||||
"Error loading file picker template: {error}" : "Hiba a fájlválasztó sablon betöltésekor: {error}",
|
||||
"Show list view" : "Listanézet megjelenítése",
|
||||
"Show grid view" : "Rácsnézet megjelenítése",
|
||||
"Pending" : "Folyamatban",
|
||||
"Home" : "Kezdőlap",
|
||||
"Copy to {folder}" : "Másolás ide: {folder}",
|
||||
"Move to {folder}" : "Áthelyezés ide: {folder}",
|
||||
"File not found" : "Fájl nem található",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "A dokumentum nem található a szerveren. Valószínűleg a megosztás törölve lett vagy lejárt.",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Használja a parancssoros frissítőt, mert az automatikusa frissítés ki van kapcsolva a config.php-ban.",
|
||||
|
|
|
|||
|
|
@ -232,21 +232,9 @@
|
|||
"Looking for {term} …" : "{term} keresése…",
|
||||
"No" : "Nem",
|
||||
"Yes" : "Igen",
|
||||
"No files in here" : "Itt nincsenek fájlok",
|
||||
"New folder" : "Új mappa",
|
||||
"No more subfolders in here" : "Itt nincsenek almappák",
|
||||
"Name" : "Név",
|
||||
"Size" : "Méret",
|
||||
"Modified" : "Módosítva",
|
||||
"\"{name}\" is an invalid file name." : "A(z) „{name}” fájlnév érvénytelen.",
|
||||
"File name cannot be empty." : "A fájlnév nem lehet üres.",
|
||||
"\"/\" is not allowed inside a file name." : "„/” nem szerepelhet fájlnévben.",
|
||||
"\"{name}\" is not an allowed filetype" : "A(z) „{name}” nem engedélyezett fájltípus",
|
||||
"{newName} already exists" : "{newName} már létezik",
|
||||
"Choose" : "Válasszon",
|
||||
"Copy" : "Másolás",
|
||||
"Move" : "Áthelyezés",
|
||||
"Error loading file picker template: {error}" : "Hiba a fájlválasztó sablon betöltésekor: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Hiba az üzenetsablon betöltésekor: {error}",
|
||||
"read-only" : "csak olvasható",
|
||||
|
|
@ -261,12 +249,6 @@
|
|||
"(all selected)" : "(összes kiválasztva)",
|
||||
"({count} selected)" : "({count} kiválasztva)",
|
||||
"Error loading file exists template" : "Hiba a „fájl már létezik” sablon betöltésekor",
|
||||
"Show list view" : "Listanézet megjelenítése",
|
||||
"Show grid view" : "Rácsnézet megjelenítése",
|
||||
"Pending" : "Folyamatban",
|
||||
"Home" : "Kezdőlap",
|
||||
"Copy to {folder}" : "Másolás ide: {folder}",
|
||||
"Move to {folder}" : "Áthelyezés ide: {folder}",
|
||||
"Saving …" : "Mentés ...",
|
||||
"Authentication required" : "Hitelesítés szükséges",
|
||||
"This action requires you to confirm your password" : "A művelethez meg kell erősítenie a jelszavát",
|
||||
|
|
@ -420,6 +402,24 @@
|
|||
"If it is not there ask your local administrator." : "Ha nincs ott, akkor kérdezze a helyi rendszergazdát.",
|
||||
"Press enter to start searching" : "A keresés indításához nyomjon Entert",
|
||||
"Settings" : "Beállítások",
|
||||
"No files in here" : "Itt nincsenek fájlok",
|
||||
"New folder" : "Új mappa",
|
||||
"No more subfolders in here" : "Itt nincsenek almappák",
|
||||
"Name" : "Név",
|
||||
"Size" : "Méret",
|
||||
"Modified" : "Módosítva",
|
||||
"\"{name}\" is an invalid file name." : "A(z) „{name}” fájlnév érvénytelen.",
|
||||
"File name cannot be empty." : "A fájlnév nem lehet üres.",
|
||||
"\"/\" is not allowed inside a file name." : "„/” nem szerepelhet fájlnévben.",
|
||||
"\"{name}\" is not an allowed filetype" : "A(z) „{name}” nem engedélyezett fájltípus",
|
||||
"{newName} already exists" : "{newName} már létezik",
|
||||
"Error loading file picker template: {error}" : "Hiba a fájlválasztó sablon betöltésekor: {error}",
|
||||
"Show list view" : "Listanézet megjelenítése",
|
||||
"Show grid view" : "Rácsnézet megjelenítése",
|
||||
"Pending" : "Folyamatban",
|
||||
"Home" : "Kezdőlap",
|
||||
"Copy to {folder}" : "Másolás ide: {folder}",
|
||||
"Move to {folder}" : "Áthelyezés ide: {folder}",
|
||||
"File not found" : "Fájl nem található",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "A dokumentum nem található a szerveren. Valószínűleg a megosztás törölve lett vagy lejárt.",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Használja a parancssoros frissítőt, mert az automatikusa frissítés ki van kapcsolva a config.php-ban.",
|
||||
|
|
|
|||
|
|
@ -164,21 +164,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Mencari {term}",
|
||||
"No" : "Tidak",
|
||||
"Yes" : "Ya",
|
||||
"No files in here" : "Tidak ada berkas di sini",
|
||||
"New folder" : "Folder baru",
|
||||
"No more subfolders in here" : "Tidak ada lagi subfolder di sini",
|
||||
"Name" : "Nama",
|
||||
"Size" : "Ukuran",
|
||||
"Modified" : "Dimodifikasi",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" adalah nama berkas yang tidak sah.",
|
||||
"File name cannot be empty." : "Nama berkas tidak boleh kosong.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" tidak diizinkan pada nama berkas.",
|
||||
"\"{name}\" is not an allowed filetype" : "Tipe berkas \"{name}\" tidak diizinkan",
|
||||
"{newName} already exists" : "{newName} sudah ada",
|
||||
"Choose" : "Pilih",
|
||||
"Copy" : "Salin",
|
||||
"Move" : "Pindah",
|
||||
"Error loading file picker template: {error}" : "Kesalahan saat memuat templat berkas pemilih: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Kesalahan memuat templat pesan: {error}",
|
||||
"read-only" : "hanya-baca",
|
||||
|
|
@ -193,12 +181,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(semua terpilih)",
|
||||
"({count} selected)" : "({count} terpilih)",
|
||||
"Error loading file exists template" : "Kesalahan memuat templat berkas yang sudah ada",
|
||||
"Show list view" : "Tampilkan sebagai daftar",
|
||||
"Show grid view" : "Tampilkan sebagai kisi",
|
||||
"Pending" : "Terutnda",
|
||||
"Home" : "Beranda",
|
||||
"Copy to {folder}" : "Salin ke {folder}",
|
||||
"Move to {folder}" : "Pindah ke {folder}",
|
||||
"Saving …" : "Menyimpan ...",
|
||||
"Authentication required" : "Diperlukan otentikasi",
|
||||
"This action requires you to confirm your password" : "Aksi ini membutuhkan konfirmasi kata sandi Anda",
|
||||
|
|
@ -345,6 +327,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "Jika Anda tidak mendapatkannya, hubungi administrator Anda.",
|
||||
"Press enter to start searching" : "Tekan enter untuk mulai mencari",
|
||||
"Settings" : "Pengaturan",
|
||||
"No files in here" : "Tidak ada berkas di sini",
|
||||
"New folder" : "Folder baru",
|
||||
"No more subfolders in here" : "Tidak ada lagi subfolder di sini",
|
||||
"Name" : "Nama",
|
||||
"Size" : "Ukuran",
|
||||
"Modified" : "Dimodifikasi",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" adalah nama berkas yang tidak sah.",
|
||||
"File name cannot be empty." : "Nama berkas tidak boleh kosong.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" tidak diizinkan pada nama berkas.",
|
||||
"\"{name}\" is not an allowed filetype" : "Tipe berkas \"{name}\" tidak diizinkan",
|
||||
"{newName} already exists" : "{newName} sudah ada",
|
||||
"Error loading file picker template: {error}" : "Kesalahan saat memuat templat berkas pemilih: {error}",
|
||||
"Show list view" : "Tampilkan sebagai daftar",
|
||||
"Show grid view" : "Tampilkan sebagai kisi",
|
||||
"Pending" : "Terutnda",
|
||||
"Home" : "Beranda",
|
||||
"Copy to {folder}" : "Salin ke {folder}",
|
||||
"Move to {folder}" : "Pindah ke {folder}",
|
||||
"File not found" : "Berkas tidak ditemukan",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokumen tidak ditemukan pada peladen. Mungkin sudah tidak dibagikan atau kedaluwarsa?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Gunakan pembaruan di command line karena pembaruan otomatis di nonaktifkan di config.php. "
|
||||
|
|
|
|||
|
|
@ -162,21 +162,9 @@
|
|||
"Looking for {term} …" : "Mencari {term}",
|
||||
"No" : "Tidak",
|
||||
"Yes" : "Ya",
|
||||
"No files in here" : "Tidak ada berkas di sini",
|
||||
"New folder" : "Folder baru",
|
||||
"No more subfolders in here" : "Tidak ada lagi subfolder di sini",
|
||||
"Name" : "Nama",
|
||||
"Size" : "Ukuran",
|
||||
"Modified" : "Dimodifikasi",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" adalah nama berkas yang tidak sah.",
|
||||
"File name cannot be empty." : "Nama berkas tidak boleh kosong.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" tidak diizinkan pada nama berkas.",
|
||||
"\"{name}\" is not an allowed filetype" : "Tipe berkas \"{name}\" tidak diizinkan",
|
||||
"{newName} already exists" : "{newName} sudah ada",
|
||||
"Choose" : "Pilih",
|
||||
"Copy" : "Salin",
|
||||
"Move" : "Pindah",
|
||||
"Error loading file picker template: {error}" : "Kesalahan saat memuat templat berkas pemilih: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Kesalahan memuat templat pesan: {error}",
|
||||
"read-only" : "hanya-baca",
|
||||
|
|
@ -191,12 +179,6 @@
|
|||
"(all selected)" : "(semua terpilih)",
|
||||
"({count} selected)" : "({count} terpilih)",
|
||||
"Error loading file exists template" : "Kesalahan memuat templat berkas yang sudah ada",
|
||||
"Show list view" : "Tampilkan sebagai daftar",
|
||||
"Show grid view" : "Tampilkan sebagai kisi",
|
||||
"Pending" : "Terutnda",
|
||||
"Home" : "Beranda",
|
||||
"Copy to {folder}" : "Salin ke {folder}",
|
||||
"Move to {folder}" : "Pindah ke {folder}",
|
||||
"Saving …" : "Menyimpan ...",
|
||||
"Authentication required" : "Diperlukan otentikasi",
|
||||
"This action requires you to confirm your password" : "Aksi ini membutuhkan konfirmasi kata sandi Anda",
|
||||
|
|
@ -343,6 +325,24 @@
|
|||
"If it is not there ask your local administrator." : "Jika Anda tidak mendapatkannya, hubungi administrator Anda.",
|
||||
"Press enter to start searching" : "Tekan enter untuk mulai mencari",
|
||||
"Settings" : "Pengaturan",
|
||||
"No files in here" : "Tidak ada berkas di sini",
|
||||
"New folder" : "Folder baru",
|
||||
"No more subfolders in here" : "Tidak ada lagi subfolder di sini",
|
||||
"Name" : "Nama",
|
||||
"Size" : "Ukuran",
|
||||
"Modified" : "Dimodifikasi",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" adalah nama berkas yang tidak sah.",
|
||||
"File name cannot be empty." : "Nama berkas tidak boleh kosong.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" tidak diizinkan pada nama berkas.",
|
||||
"\"{name}\" is not an allowed filetype" : "Tipe berkas \"{name}\" tidak diizinkan",
|
||||
"{newName} already exists" : "{newName} sudah ada",
|
||||
"Error loading file picker template: {error}" : "Kesalahan saat memuat templat berkas pemilih: {error}",
|
||||
"Show list view" : "Tampilkan sebagai daftar",
|
||||
"Show grid view" : "Tampilkan sebagai kisi",
|
||||
"Pending" : "Terutnda",
|
||||
"Home" : "Beranda",
|
||||
"Copy to {folder}" : "Salin ke {folder}",
|
||||
"Move to {folder}" : "Pindah ke {folder}",
|
||||
"File not found" : "Berkas tidak ditemukan",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokumen tidak ditemukan pada peladen. Mungkin sudah tidak dibagikan atau kedaluwarsa?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Gunakan pembaruan di command line karena pembaruan otomatis di nonaktifkan di config.php. "
|
||||
|
|
|
|||
|
|
@ -184,21 +184,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Leita að {term} …",
|
||||
"No" : "Nei",
|
||||
"Yes" : "Já",
|
||||
"No files in here" : "Engar skrár hér",
|
||||
"New folder" : "Ný mappa",
|
||||
"No more subfolders in here" : "Engar fleiri undirmöppur hér",
|
||||
"Name" : "Nafn",
|
||||
"Size" : "Stærð",
|
||||
"Modified" : "Breytt",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" er ógilt skráarheiti.",
|
||||
"File name cannot be empty." : "Heiti skráar má ekki vera tómt",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" er er ekki leyfilegt innan í skráarheiti.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" er ógild skráartegund",
|
||||
"{newName} already exists" : "{newName} er þegar til",
|
||||
"Choose" : "Veldu",
|
||||
"Copy" : "Afrita",
|
||||
"Move" : "Færa",
|
||||
"Error loading file picker template: {error}" : "Villa við að hlaða inn sniðmáti fyrir skráaveljara: {error}",
|
||||
"OK" : "Í lagi",
|
||||
"Error loading message template: {error}" : "Villa við að hlaða inn sniðmáti fyrir skilaboð: {error}",
|
||||
"read-only" : "skrifvarið",
|
||||
|
|
@ -213,12 +201,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(allt valið)",
|
||||
"({count} selected)" : "({count} valið)",
|
||||
"Error loading file exists template" : "Villa við að hlaða inn sniðmáti fyrir skrá-er-til",
|
||||
"Show list view" : "Birta listasýn",
|
||||
"Show grid view" : "Birta reitasýn",
|
||||
"Pending" : "Í bið",
|
||||
"Home" : "Heima",
|
||||
"Copy to {folder}" : "Afrita í {folder}",
|
||||
"Move to {folder}" : "Færa í {folder}",
|
||||
"Saving …" : "Vista …",
|
||||
"Authentication required" : "Auðkenningar krafist",
|
||||
"This action requires you to confirm your password" : "Þessi aðgerð krefst þess að þú staðfestir lykilorðið þitt",
|
||||
|
|
@ -366,6 +348,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "Ef hann er ekki þar, spurðu þá kerfisstjórann þinn. ",
|
||||
"Press enter to start searching" : "Ýttu á Enter til að hefja leit",
|
||||
"Settings" : "Stillingar",
|
||||
"No files in here" : "Engar skrár hér",
|
||||
"New folder" : "Ný mappa",
|
||||
"No more subfolders in here" : "Engar fleiri undirmöppur hér",
|
||||
"Name" : "Nafn",
|
||||
"Size" : "Stærð",
|
||||
"Modified" : "Breytt",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" er ógilt skráarheiti.",
|
||||
"File name cannot be empty." : "Heiti skráar má ekki vera tómt",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" er er ekki leyfilegt innan í skráarheiti.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" er ógild skráartegund",
|
||||
"{newName} already exists" : "{newName} er þegar til",
|
||||
"Error loading file picker template: {error}" : "Villa við að hlaða inn sniðmáti fyrir skráaveljara: {error}",
|
||||
"Show list view" : "Birta listasýn",
|
||||
"Show grid view" : "Birta reitasýn",
|
||||
"Pending" : "Í bið",
|
||||
"Home" : "Heima",
|
||||
"Copy to {folder}" : "Afrita í {folder}",
|
||||
"Move to {folder}" : "Færa í {folder}",
|
||||
"File not found" : "Skrá finnst ekki",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Skjalið fannst ekki á þjóninum. Hugsanlega hefur sameigninni verið eytt eða sé útrunnin?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Endilega notaðu uppfærslutólið af skipanalínu, því sjálfvirkar uppfærslur eru gerðar óvirkar í config.php."
|
||||
|
|
|
|||
|
|
@ -182,21 +182,9 @@
|
|||
"Looking for {term} …" : "Leita að {term} …",
|
||||
"No" : "Nei",
|
||||
"Yes" : "Já",
|
||||
"No files in here" : "Engar skrár hér",
|
||||
"New folder" : "Ný mappa",
|
||||
"No more subfolders in here" : "Engar fleiri undirmöppur hér",
|
||||
"Name" : "Nafn",
|
||||
"Size" : "Stærð",
|
||||
"Modified" : "Breytt",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" er ógilt skráarheiti.",
|
||||
"File name cannot be empty." : "Heiti skráar má ekki vera tómt",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" er er ekki leyfilegt innan í skráarheiti.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" er ógild skráartegund",
|
||||
"{newName} already exists" : "{newName} er þegar til",
|
||||
"Choose" : "Veldu",
|
||||
"Copy" : "Afrita",
|
||||
"Move" : "Færa",
|
||||
"Error loading file picker template: {error}" : "Villa við að hlaða inn sniðmáti fyrir skráaveljara: {error}",
|
||||
"OK" : "Í lagi",
|
||||
"Error loading message template: {error}" : "Villa við að hlaða inn sniðmáti fyrir skilaboð: {error}",
|
||||
"read-only" : "skrifvarið",
|
||||
|
|
@ -211,12 +199,6 @@
|
|||
"(all selected)" : "(allt valið)",
|
||||
"({count} selected)" : "({count} valið)",
|
||||
"Error loading file exists template" : "Villa við að hlaða inn sniðmáti fyrir skrá-er-til",
|
||||
"Show list view" : "Birta listasýn",
|
||||
"Show grid view" : "Birta reitasýn",
|
||||
"Pending" : "Í bið",
|
||||
"Home" : "Heima",
|
||||
"Copy to {folder}" : "Afrita í {folder}",
|
||||
"Move to {folder}" : "Færa í {folder}",
|
||||
"Saving …" : "Vista …",
|
||||
"Authentication required" : "Auðkenningar krafist",
|
||||
"This action requires you to confirm your password" : "Þessi aðgerð krefst þess að þú staðfestir lykilorðið þitt",
|
||||
|
|
@ -364,6 +346,24 @@
|
|||
"If it is not there ask your local administrator." : "Ef hann er ekki þar, spurðu þá kerfisstjórann þinn. ",
|
||||
"Press enter to start searching" : "Ýttu á Enter til að hefja leit",
|
||||
"Settings" : "Stillingar",
|
||||
"No files in here" : "Engar skrár hér",
|
||||
"New folder" : "Ný mappa",
|
||||
"No more subfolders in here" : "Engar fleiri undirmöppur hér",
|
||||
"Name" : "Nafn",
|
||||
"Size" : "Stærð",
|
||||
"Modified" : "Breytt",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" er ógilt skráarheiti.",
|
||||
"File name cannot be empty." : "Heiti skráar má ekki vera tómt",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" er er ekki leyfilegt innan í skráarheiti.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" er ógild skráartegund",
|
||||
"{newName} already exists" : "{newName} er þegar til",
|
||||
"Error loading file picker template: {error}" : "Villa við að hlaða inn sniðmáti fyrir skráaveljara: {error}",
|
||||
"Show list view" : "Birta listasýn",
|
||||
"Show grid view" : "Birta reitasýn",
|
||||
"Pending" : "Í bið",
|
||||
"Home" : "Heima",
|
||||
"Copy to {folder}" : "Afrita í {folder}",
|
||||
"Move to {folder}" : "Færa í {folder}",
|
||||
"File not found" : "Skrá finnst ekki",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Skjalið fannst ekki á þjóninum. Hugsanlega hefur sameigninni verið eytt eða sé útrunnin?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Endilega notaðu uppfærslutólið af skipanalínu, því sjálfvirkar uppfærslur eru gerðar óvirkar í config.php."
|
||||
|
|
|
|||
|
|
@ -235,21 +235,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Ricerca di {term} in corso...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sì",
|
||||
"No files in here" : "Qui non c'è alcun file",
|
||||
"New folder" : "Nuova cartella",
|
||||
"No more subfolders in here" : "Qui non ci sono altre sottocartelle",
|
||||
"Name" : "Nome",
|
||||
"Size" : "Dimensione",
|
||||
"Modified" : "Modificato",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" non è un nome file valido.",
|
||||
"File name cannot be empty." : "Il nome del file non può essere vuoto.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" non è consentito nel nome di un file.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" non è un tipo di file consentito",
|
||||
"{newName} already exists" : "{newName} esiste già",
|
||||
"Choose" : "Scegli",
|
||||
"Copy" : "Copia",
|
||||
"Move" : "Sposta",
|
||||
"Error loading file picker template: {error}" : "Errore durante il caricamento del modello del selettore file: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Errore durante il caricamento del modello di messaggio: {error}",
|
||||
"read-only" : "sola lettura",
|
||||
|
|
@ -264,12 +252,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(tutti i selezionati)",
|
||||
"({count} selected)" : "({count} selezionati)",
|
||||
"Error loading file exists template" : "Errore durante il caricamento del modello del file esistente",
|
||||
"Show list view" : "Commuta la vista a lista",
|
||||
"Show grid view" : "Commuta la vista a griglia",
|
||||
"Pending" : "In corso",
|
||||
"Home" : "Pagina principale",
|
||||
"Copy to {folder}" : "Copia in {folder}",
|
||||
"Move to {folder}" : "Sposta in {folder}",
|
||||
"Saving …" : "Salvataggio…",
|
||||
"Authentication required" : "Autenticazione richiesta",
|
||||
"This action requires you to confirm your password" : "Questa azione richiede la conferma della tua password",
|
||||
|
|
@ -423,6 +405,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "Se non c'è, chiedi al tuo amministratore locale.",
|
||||
"Press enter to start searching" : "Premi invio per avviare la ricerca",
|
||||
"Settings" : "Impostazioni",
|
||||
"No files in here" : "Qui non c'è alcun file",
|
||||
"New folder" : "Nuova cartella",
|
||||
"No more subfolders in here" : "Qui non ci sono altre sottocartelle",
|
||||
"Name" : "Nome",
|
||||
"Size" : "Dimensione",
|
||||
"Modified" : "Modificato",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" non è un nome file valido.",
|
||||
"File name cannot be empty." : "Il nome del file non può essere vuoto.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" non è consentito nel nome di un file.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" non è un tipo di file consentito",
|
||||
"{newName} already exists" : "{newName} esiste già",
|
||||
"Error loading file picker template: {error}" : "Errore durante il caricamento del modello del selettore file: {error}",
|
||||
"Show list view" : "Commuta la vista a lista",
|
||||
"Show grid view" : "Commuta la vista a griglia",
|
||||
"Pending" : "In corso",
|
||||
"Home" : "Pagina principale",
|
||||
"Copy to {folder}" : "Copia in {folder}",
|
||||
"Move to {folder}" : "Sposta in {folder}",
|
||||
"File not found" : "File non trovato",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Il documento non può essere trovato sul server. Forse la condivisione è stata eliminata o è scaduta?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Utilizza lo strumento da riga di comando poiché l'aggiornamento automatico è disabilitato nel file config.php.",
|
||||
|
|
|
|||
|
|
@ -233,21 +233,9 @@
|
|||
"Looking for {term} …" : "Ricerca di {term} in corso...",
|
||||
"No" : "No",
|
||||
"Yes" : "Sì",
|
||||
"No files in here" : "Qui non c'è alcun file",
|
||||
"New folder" : "Nuova cartella",
|
||||
"No more subfolders in here" : "Qui non ci sono altre sottocartelle",
|
||||
"Name" : "Nome",
|
||||
"Size" : "Dimensione",
|
||||
"Modified" : "Modificato",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" non è un nome file valido.",
|
||||
"File name cannot be empty." : "Il nome del file non può essere vuoto.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" non è consentito nel nome di un file.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" non è un tipo di file consentito",
|
||||
"{newName} already exists" : "{newName} esiste già",
|
||||
"Choose" : "Scegli",
|
||||
"Copy" : "Copia",
|
||||
"Move" : "Sposta",
|
||||
"Error loading file picker template: {error}" : "Errore durante il caricamento del modello del selettore file: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "Errore durante il caricamento del modello di messaggio: {error}",
|
||||
"read-only" : "sola lettura",
|
||||
|
|
@ -262,12 +250,6 @@
|
|||
"(all selected)" : "(tutti i selezionati)",
|
||||
"({count} selected)" : "({count} selezionati)",
|
||||
"Error loading file exists template" : "Errore durante il caricamento del modello del file esistente",
|
||||
"Show list view" : "Commuta la vista a lista",
|
||||
"Show grid view" : "Commuta la vista a griglia",
|
||||
"Pending" : "In corso",
|
||||
"Home" : "Pagina principale",
|
||||
"Copy to {folder}" : "Copia in {folder}",
|
||||
"Move to {folder}" : "Sposta in {folder}",
|
||||
"Saving …" : "Salvataggio…",
|
||||
"Authentication required" : "Autenticazione richiesta",
|
||||
"This action requires you to confirm your password" : "Questa azione richiede la conferma della tua password",
|
||||
|
|
@ -421,6 +403,24 @@
|
|||
"If it is not there ask your local administrator." : "Se non c'è, chiedi al tuo amministratore locale.",
|
||||
"Press enter to start searching" : "Premi invio per avviare la ricerca",
|
||||
"Settings" : "Impostazioni",
|
||||
"No files in here" : "Qui non c'è alcun file",
|
||||
"New folder" : "Nuova cartella",
|
||||
"No more subfolders in here" : "Qui non ci sono altre sottocartelle",
|
||||
"Name" : "Nome",
|
||||
"Size" : "Dimensione",
|
||||
"Modified" : "Modificato",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" non è un nome file valido.",
|
||||
"File name cannot be empty." : "Il nome del file non può essere vuoto.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" non è consentito nel nome di un file.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" non è un tipo di file consentito",
|
||||
"{newName} already exists" : "{newName} esiste già",
|
||||
"Error loading file picker template: {error}" : "Errore durante il caricamento del modello del selettore file: {error}",
|
||||
"Show list view" : "Commuta la vista a lista",
|
||||
"Show grid view" : "Commuta la vista a griglia",
|
||||
"Pending" : "In corso",
|
||||
"Home" : "Pagina principale",
|
||||
"Copy to {folder}" : "Copia in {folder}",
|
||||
"Move to {folder}" : "Sposta in {folder}",
|
||||
"File not found" : "File non trovato",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Il documento non può essere trovato sul server. Forse la condivisione è stata eliminata o è scaduta?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Utilizza lo strumento da riga di comando poiché l'aggiornamento automatico è disabilitato nel file config.php.",
|
||||
|
|
|
|||
|
|
@ -235,21 +235,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "{term} を確認中 ...",
|
||||
"No" : "いいえ",
|
||||
"Yes" : "はい",
|
||||
"No files in here" : "ここにはファイルがありません",
|
||||
"New folder" : "新しいフォルダー",
|
||||
"No more subfolders in here" : "ここにはサブフォルダーはありません",
|
||||
"Name" : "名前",
|
||||
"Size" : "サイズ",
|
||||
"Modified" : "更新日時",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" は無効なファイル名です。",
|
||||
"File name cannot be empty." : "ファイル名を空にすることはできません。",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" はファイル名に利用できません。",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" は無効なファイル形式です",
|
||||
"{newName} already exists" : "{newName} はすでに存在します",
|
||||
"Choose" : "選択",
|
||||
"Copy" : "コピー",
|
||||
"Move" : "移動",
|
||||
"Error loading file picker template: {error}" : "ファイル選択テンプレートの読み込みエラー: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "メッセージテンプレートの読み込みエラー: {error}",
|
||||
"read-only" : "読み取り専用",
|
||||
|
|
@ -264,12 +252,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(すべて選択)",
|
||||
"({count} selected)" : "({count} 選択)",
|
||||
"Error loading file exists template" : "既存ファイルのテンプレートの読み込みエラー",
|
||||
"Show list view" : "リストビューで表示",
|
||||
"Show grid view" : "グリッドビューで表示",
|
||||
"Pending" : "保留中",
|
||||
"Home" : "ホーム",
|
||||
"Copy to {folder}" : "{folder}へコピー",
|
||||
"Move to {folder}" : "{folder}へ移動",
|
||||
"Saving …" : "保存中...",
|
||||
"Authentication required" : "認証が必要です",
|
||||
"This action requires you to confirm your password" : "この操作では、パスワードを確認する必要があります",
|
||||
|
|
@ -423,6 +405,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "もしそうでない場合は、管理者に問い合わせてください。",
|
||||
"Press enter to start searching" : "Enterキーを押して検索を開始します",
|
||||
"Settings" : "設定",
|
||||
"No files in here" : "ここにはファイルがありません",
|
||||
"New folder" : "新しいフォルダー",
|
||||
"No more subfolders in here" : "ここにはサブフォルダーはありません",
|
||||
"Name" : "名前",
|
||||
"Size" : "サイズ",
|
||||
"Modified" : "更新日時",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" は無効なファイル名です。",
|
||||
"File name cannot be empty." : "ファイル名を空にすることはできません。",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" はファイル名に利用できません。",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" は無効なファイル形式です",
|
||||
"{newName} already exists" : "{newName} はすでに存在します",
|
||||
"Error loading file picker template: {error}" : "ファイル選択テンプレートの読み込みエラー: {error}",
|
||||
"Show list view" : "リストビューで表示",
|
||||
"Show grid view" : "グリッドビューで表示",
|
||||
"Pending" : "保留中",
|
||||
"Home" : "ホーム",
|
||||
"Copy to {folder}" : "{folder}へコピー",
|
||||
"Move to {folder}" : "{folder}へ移動",
|
||||
"File not found" : "ファイルが見つかりません",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "ドキュメントはサーバー上に見つかりませんでした。 共有が削除されたか、期限が切れている可能性があります。",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "config.php で自動更新が無効になっているので、コマンドラインでの更新を利用してください。",
|
||||
|
|
|
|||
|
|
@ -233,21 +233,9 @@
|
|||
"Looking for {term} …" : "{term} を確認中 ...",
|
||||
"No" : "いいえ",
|
||||
"Yes" : "はい",
|
||||
"No files in here" : "ここにはファイルがありません",
|
||||
"New folder" : "新しいフォルダー",
|
||||
"No more subfolders in here" : "ここにはサブフォルダーはありません",
|
||||
"Name" : "名前",
|
||||
"Size" : "サイズ",
|
||||
"Modified" : "更新日時",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" は無効なファイル名です。",
|
||||
"File name cannot be empty." : "ファイル名を空にすることはできません。",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" はファイル名に利用できません。",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" は無効なファイル形式です",
|
||||
"{newName} already exists" : "{newName} はすでに存在します",
|
||||
"Choose" : "選択",
|
||||
"Copy" : "コピー",
|
||||
"Move" : "移動",
|
||||
"Error loading file picker template: {error}" : "ファイル選択テンプレートの読み込みエラー: {error}",
|
||||
"OK" : "OK",
|
||||
"Error loading message template: {error}" : "メッセージテンプレートの読み込みエラー: {error}",
|
||||
"read-only" : "読み取り専用",
|
||||
|
|
@ -262,12 +250,6 @@
|
|||
"(all selected)" : "(すべて選択)",
|
||||
"({count} selected)" : "({count} 選択)",
|
||||
"Error loading file exists template" : "既存ファイルのテンプレートの読み込みエラー",
|
||||
"Show list view" : "リストビューで表示",
|
||||
"Show grid view" : "グリッドビューで表示",
|
||||
"Pending" : "保留中",
|
||||
"Home" : "ホーム",
|
||||
"Copy to {folder}" : "{folder}へコピー",
|
||||
"Move to {folder}" : "{folder}へ移動",
|
||||
"Saving …" : "保存中...",
|
||||
"Authentication required" : "認証が必要です",
|
||||
"This action requires you to confirm your password" : "この操作では、パスワードを確認する必要があります",
|
||||
|
|
@ -421,6 +403,24 @@
|
|||
"If it is not there ask your local administrator." : "もしそうでない場合は、管理者に問い合わせてください。",
|
||||
"Press enter to start searching" : "Enterキーを押して検索を開始します",
|
||||
"Settings" : "設定",
|
||||
"No files in here" : "ここにはファイルがありません",
|
||||
"New folder" : "新しいフォルダー",
|
||||
"No more subfolders in here" : "ここにはサブフォルダーはありません",
|
||||
"Name" : "名前",
|
||||
"Size" : "サイズ",
|
||||
"Modified" : "更新日時",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" は無効なファイル名です。",
|
||||
"File name cannot be empty." : "ファイル名を空にすることはできません。",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" はファイル名に利用できません。",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" は無効なファイル形式です",
|
||||
"{newName} already exists" : "{newName} はすでに存在します",
|
||||
"Error loading file picker template: {error}" : "ファイル選択テンプレートの読み込みエラー: {error}",
|
||||
"Show list view" : "リストビューで表示",
|
||||
"Show grid view" : "グリッドビューで表示",
|
||||
"Pending" : "保留中",
|
||||
"Home" : "ホーム",
|
||||
"Copy to {folder}" : "{folder}へコピー",
|
||||
"Move to {folder}" : "{folder}へ移動",
|
||||
"File not found" : "ファイルが見つかりません",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "ドキュメントはサーバー上に見つかりませんでした。 共有が削除されたか、期限が切れている可能性があります。",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "config.php で自動更新が無効になっているので、コマンドラインでの更新を利用してください。",
|
||||
|
|
|
|||
|
|
@ -95,20 +95,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "ვეძებთ {term}-ს …",
|
||||
"No" : "არა",
|
||||
"Yes" : "კი",
|
||||
"No files in here" : "აქ ფაილები არაა",
|
||||
"New folder" : "ახალი დირექტორია",
|
||||
"Name" : "სახელი",
|
||||
"Size" : "ზომა",
|
||||
"Modified" : "შეიცვალა",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" ფაილის არასწორი სახელია.",
|
||||
"File name cannot be empty." : "ფაილის სახელი არ შეიძლება იყოს ცარიელი.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ფაილის სახელში არაა ნებადართული.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" არაა ნებადართული ფაილის ტიპი",
|
||||
"{newName} already exists" : "{newName} უკვე არსებობს",
|
||||
"Choose" : "არჩევა",
|
||||
"Copy" : "კოპირება",
|
||||
"Move" : "გადატანა",
|
||||
"Error loading file picker template: {error}" : "შეცდომა ფაილის შაბლონის ჩატვირთვისას: {error}",
|
||||
"OK" : "კარგი",
|
||||
"Error loading message template: {error}" : "შეცდომა წერილის შაბლონის ჩატვირთვისას: {error}",
|
||||
"read-only" : "მხოლოდ-კითხვადი",
|
||||
|
|
@ -123,10 +112,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(ყველა არჩეული)",
|
||||
"({count} selected)" : "({count} არჩეული)",
|
||||
"Error loading file exists template" : "ფაილის ჩატვირთვისას წარმოიშვა შეცდომა",
|
||||
"Pending" : "მოლოდინში",
|
||||
"Home" : "სახლი",
|
||||
"Copy to {folder}" : "კოპრება {folder}-ში",
|
||||
"Move to {folder}" : "გადატანა {folder}-ში",
|
||||
"Authentication required" : "საჭიროა აუტენტიფიკაცია",
|
||||
"This action requires you to confirm your password" : "ეს ქმედება საჭიროებს პაროლის დადასტურებას",
|
||||
"Confirm" : "დადასტურება",
|
||||
|
|
@ -218,6 +203,21 @@ OC.L10N.register(
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "ეს %s ინსტანცია ამჟამად სარემონტო რეჟიმშია, ამან შეიძლება გასტანოს გარკვეული დრო.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "თუ ეს წერილი გამოჩნდა მოულოდნელად ან მისი გამოჩენა გრძელდება, დაუკავშირდით სისტემის ადმინისტრატორს.",
|
||||
"Settings" : "პარამეტრები",
|
||||
"No files in here" : "აქ ფაილები არაა",
|
||||
"New folder" : "ახალი დირექტორია",
|
||||
"Name" : "სახელი",
|
||||
"Size" : "ზომა",
|
||||
"Modified" : "შეიცვალა",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" ფაილის არასწორი სახელია.",
|
||||
"File name cannot be empty." : "ფაილის სახელი არ შეიძლება იყოს ცარიელი.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ფაილის სახელში არაა ნებადართული.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" არაა ნებადართული ფაილის ტიპი",
|
||||
"{newName} already exists" : "{newName} უკვე არსებობს",
|
||||
"Error loading file picker template: {error}" : "შეცდომა ფაილის შაბლონის ჩატვირთვისას: {error}",
|
||||
"Pending" : "მოლოდინში",
|
||||
"Home" : "სახლი",
|
||||
"Copy to {folder}" : "კოპრება {folder}-ში",
|
||||
"Move to {folder}" : "გადატანა {folder}-ში",
|
||||
"File not found" : "ფაილი ვერ იქნა ნაპოვნი",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "ავტომატური განახლება config.php-ში გათიშულია, გთხოვთ ისარგებლოთ command-line განახლებით."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -93,20 +93,9 @@
|
|||
"Looking for {term} …" : "ვეძებთ {term}-ს …",
|
||||
"No" : "არა",
|
||||
"Yes" : "კი",
|
||||
"No files in here" : "აქ ფაილები არაა",
|
||||
"New folder" : "ახალი დირექტორია",
|
||||
"Name" : "სახელი",
|
||||
"Size" : "ზომა",
|
||||
"Modified" : "შეიცვალა",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" ფაილის არასწორი სახელია.",
|
||||
"File name cannot be empty." : "ფაილის სახელი არ შეიძლება იყოს ცარიელი.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ფაილის სახელში არაა ნებადართული.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" არაა ნებადართული ფაილის ტიპი",
|
||||
"{newName} already exists" : "{newName} უკვე არსებობს",
|
||||
"Choose" : "არჩევა",
|
||||
"Copy" : "კოპირება",
|
||||
"Move" : "გადატანა",
|
||||
"Error loading file picker template: {error}" : "შეცდომა ფაილის შაბლონის ჩატვირთვისას: {error}",
|
||||
"OK" : "კარგი",
|
||||
"Error loading message template: {error}" : "შეცდომა წერილის შაბლონის ჩატვირთვისას: {error}",
|
||||
"read-only" : "მხოლოდ-კითხვადი",
|
||||
|
|
@ -121,10 +110,6 @@
|
|||
"(all selected)" : "(ყველა არჩეული)",
|
||||
"({count} selected)" : "({count} არჩეული)",
|
||||
"Error loading file exists template" : "ფაილის ჩატვირთვისას წარმოიშვა შეცდომა",
|
||||
"Pending" : "მოლოდინში",
|
||||
"Home" : "სახლი",
|
||||
"Copy to {folder}" : "კოპრება {folder}-ში",
|
||||
"Move to {folder}" : "გადატანა {folder}-ში",
|
||||
"Authentication required" : "საჭიროა აუტენტიფიკაცია",
|
||||
"This action requires you to confirm your password" : "ეს ქმედება საჭიროებს პაროლის დადასტურებას",
|
||||
"Confirm" : "დადასტურება",
|
||||
|
|
@ -216,6 +201,21 @@
|
|||
"This %s instance is currently in maintenance mode, which may take a while." : "ეს %s ინსტანცია ამჟამად სარემონტო რეჟიმშია, ამან შეიძლება გასტანოს გარკვეული დრო.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "თუ ეს წერილი გამოჩნდა მოულოდნელად ან მისი გამოჩენა გრძელდება, დაუკავშირდით სისტემის ადმინისტრატორს.",
|
||||
"Settings" : "პარამეტრები",
|
||||
"No files in here" : "აქ ფაილები არაა",
|
||||
"New folder" : "ახალი დირექტორია",
|
||||
"Name" : "სახელი",
|
||||
"Size" : "ზომა",
|
||||
"Modified" : "შეიცვალა",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" ფაილის არასწორი სახელია.",
|
||||
"File name cannot be empty." : "ფაილის სახელი არ შეიძლება იყოს ცარიელი.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" ფაილის სახელში არაა ნებადართული.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" არაა ნებადართული ფაილის ტიპი",
|
||||
"{newName} already exists" : "{newName} უკვე არსებობს",
|
||||
"Error loading file picker template: {error}" : "შეცდომა ფაილის შაბლონის ჩატვირთვისას: {error}",
|
||||
"Pending" : "მოლოდინში",
|
||||
"Home" : "სახლი",
|
||||
"Copy to {folder}" : "კოპრება {folder}-ში",
|
||||
"Move to {folder}" : "გადატანა {folder}-ში",
|
||||
"File not found" : "ფაილი ვერ იქნა ნაპოვნი",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "ავტომატური განახლება config.php-ში გათიშულია, გთხოვთ ისარგებლოთ command-line განახლებით."
|
||||
},"pluralForm" :"nplurals=2; plural=(n!=1);"
|
||||
|
|
|
|||
|
|
@ -232,21 +232,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "{term} 검색 중 …",
|
||||
"No" : "아니요",
|
||||
"Yes" : "예",
|
||||
"No files in here" : "여기에 파일이 없음",
|
||||
"New folder" : "새 폴더",
|
||||
"No more subfolders in here" : "더 이상의 하위 폴더 없음",
|
||||
"Name" : "이름",
|
||||
"Size" : "크기",
|
||||
"Modified" : "수정한 날짜",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\"은(는) 잘못된 파일 이름입니다.",
|
||||
"File name cannot be empty." : "파일 이름이 비어 있을 수 없습니다.",
|
||||
"\"/\" is not allowed inside a file name." : "파일 이름에 \"/\"를 사용할 수 없습니다.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\"은(는) 허용된 파일 형식이 아님",
|
||||
"{newName} already exists" : "{newName}이(가) 이미 존재함",
|
||||
"Choose" : "선택",
|
||||
"Copy" : "복사",
|
||||
"Move" : "이동",
|
||||
"Error loading file picker template: {error}" : "파일 선택 템플릿을 불러오는 중 오류 발생: {error}",
|
||||
"OK" : "확인",
|
||||
"Error loading message template: {error}" : "메시지 템플릿을 불러오는 중 오류 발생: {error}",
|
||||
"read-only" : "읽기 전용",
|
||||
|
|
@ -261,12 +249,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(모두 선택됨)",
|
||||
"({count} selected)" : "({count}개 선택됨)",
|
||||
"Error loading file exists template" : "파일 존재함 템플릿을 불러오는 중 오류 발생",
|
||||
"Show list view" : "리스트 보기",
|
||||
"Show grid view" : "모눈 보기",
|
||||
"Pending" : "보류 중",
|
||||
"Home" : "홈",
|
||||
"Copy to {folder}" : "{folder}에 복사",
|
||||
"Move to {folder}" : "{folder}(으)로 이동",
|
||||
"Saving …" : "저장 중 …",
|
||||
"Authentication required" : "인증 필요",
|
||||
"This action requires you to confirm your password" : "이 작업을 수행하려면 암호를 입력해야 합니다",
|
||||
|
|
@ -420,6 +402,24 @@ OC.L10N.register(
|
|||
"If it is not there ask your local administrator." : "그곳에 없다면 로컬 관리자에게 문의하십시오.",
|
||||
"Press enter to start searching" : "엔터를 눌러 검색을 시작하세요.",
|
||||
"Settings" : "설정",
|
||||
"No files in here" : "여기에 파일이 없음",
|
||||
"New folder" : "새 폴더",
|
||||
"No more subfolders in here" : "더 이상의 하위 폴더 없음",
|
||||
"Name" : "이름",
|
||||
"Size" : "크기",
|
||||
"Modified" : "수정한 날짜",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\"은(는) 잘못된 파일 이름입니다.",
|
||||
"File name cannot be empty." : "파일 이름이 비어 있을 수 없습니다.",
|
||||
"\"/\" is not allowed inside a file name." : "파일 이름에 \"/\"를 사용할 수 없습니다.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\"은(는) 허용된 파일 형식이 아님",
|
||||
"{newName} already exists" : "{newName}이(가) 이미 존재함",
|
||||
"Error loading file picker template: {error}" : "파일 선택 템플릿을 불러오는 중 오류 발생: {error}",
|
||||
"Show list view" : "리스트 보기",
|
||||
"Show grid view" : "모눈 보기",
|
||||
"Pending" : "보류 중",
|
||||
"Home" : "홈",
|
||||
"Copy to {folder}" : "{folder}에 복사",
|
||||
"Move to {folder}" : "{folder}(으)로 이동",
|
||||
"File not found" : "파일을 찾을 수 없음",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "서버에서 문서를 찾을 수 없습니다. 공유가 삭제되었거나 만료되었습니까?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "config.php에서 자동 업데이트가 비활성화되어 있기 때문에 명령줄 업데이트를 사용하십시오.",
|
||||
|
|
|
|||
|
|
@ -230,21 +230,9 @@
|
|||
"Looking for {term} …" : "{term} 검색 중 …",
|
||||
"No" : "아니요",
|
||||
"Yes" : "예",
|
||||
"No files in here" : "여기에 파일이 없음",
|
||||
"New folder" : "새 폴더",
|
||||
"No more subfolders in here" : "더 이상의 하위 폴더 없음",
|
||||
"Name" : "이름",
|
||||
"Size" : "크기",
|
||||
"Modified" : "수정한 날짜",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\"은(는) 잘못된 파일 이름입니다.",
|
||||
"File name cannot be empty." : "파일 이름이 비어 있을 수 없습니다.",
|
||||
"\"/\" is not allowed inside a file name." : "파일 이름에 \"/\"를 사용할 수 없습니다.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\"은(는) 허용된 파일 형식이 아님",
|
||||
"{newName} already exists" : "{newName}이(가) 이미 존재함",
|
||||
"Choose" : "선택",
|
||||
"Copy" : "복사",
|
||||
"Move" : "이동",
|
||||
"Error loading file picker template: {error}" : "파일 선택 템플릿을 불러오는 중 오류 발생: {error}",
|
||||
"OK" : "확인",
|
||||
"Error loading message template: {error}" : "메시지 템플릿을 불러오는 중 오류 발생: {error}",
|
||||
"read-only" : "읽기 전용",
|
||||
|
|
@ -259,12 +247,6 @@
|
|||
"(all selected)" : "(모두 선택됨)",
|
||||
"({count} selected)" : "({count}개 선택됨)",
|
||||
"Error loading file exists template" : "파일 존재함 템플릿을 불러오는 중 오류 발생",
|
||||
"Show list view" : "리스트 보기",
|
||||
"Show grid view" : "모눈 보기",
|
||||
"Pending" : "보류 중",
|
||||
"Home" : "홈",
|
||||
"Copy to {folder}" : "{folder}에 복사",
|
||||
"Move to {folder}" : "{folder}(으)로 이동",
|
||||
"Saving …" : "저장 중 …",
|
||||
"Authentication required" : "인증 필요",
|
||||
"This action requires you to confirm your password" : "이 작업을 수행하려면 암호를 입력해야 합니다",
|
||||
|
|
@ -418,6 +400,24 @@
|
|||
"If it is not there ask your local administrator." : "그곳에 없다면 로컬 관리자에게 문의하십시오.",
|
||||
"Press enter to start searching" : "엔터를 눌러 검색을 시작하세요.",
|
||||
"Settings" : "설정",
|
||||
"No files in here" : "여기에 파일이 없음",
|
||||
"New folder" : "새 폴더",
|
||||
"No more subfolders in here" : "더 이상의 하위 폴더 없음",
|
||||
"Name" : "이름",
|
||||
"Size" : "크기",
|
||||
"Modified" : "수정한 날짜",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\"은(는) 잘못된 파일 이름입니다.",
|
||||
"File name cannot be empty." : "파일 이름이 비어 있을 수 없습니다.",
|
||||
"\"/\" is not allowed inside a file name." : "파일 이름에 \"/\"를 사용할 수 없습니다.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\"은(는) 허용된 파일 형식이 아님",
|
||||
"{newName} already exists" : "{newName}이(가) 이미 존재함",
|
||||
"Error loading file picker template: {error}" : "파일 선택 템플릿을 불러오는 중 오류 발생: {error}",
|
||||
"Show list view" : "리스트 보기",
|
||||
"Show grid view" : "모눈 보기",
|
||||
"Pending" : "보류 중",
|
||||
"Home" : "홈",
|
||||
"Copy to {folder}" : "{folder}에 복사",
|
||||
"Move to {folder}" : "{folder}(으)로 이동",
|
||||
"File not found" : "파일을 찾을 수 없음",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "서버에서 문서를 찾을 수 없습니다. 공유가 삭제되었거나 만료되었습니까?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "config.php에서 자동 업데이트가 비활성화되어 있기 때문에 명령줄 업데이트를 사용하십시오.",
|
||||
|
|
|
|||
|
|
@ -162,21 +162,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "ຊອກຫາ {term} ...",
|
||||
"No" : "ບໍ່",
|
||||
"Yes" : "ແມ່ນແລ້ວ",
|
||||
"No files in here" : "ບໍ່ມີຟາຍໃນທີ່ນີ້",
|
||||
"New folder" : "ໂຟນເດີໃຫມ່",
|
||||
"No more subfolders in here" : "ບໍ່ມີ ໂຟນເດີຍ່ອຍ ອີກຕໍ່ໄປໃນນີ້",
|
||||
"Name" : "ຊື່",
|
||||
"Size" : "ຂະຫນາດ",
|
||||
"Modified" : "ດັດແປງ",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" ແມ່ນຊື່ຟາຍທີ່ບໍ່ຖືກຕ້ອງ.",
|
||||
"File name cannot be empty." : "ຊື່ຟາຍບໍ່ໃຫ້ເປົ່າວ່າງ",
|
||||
"\"/\" is not allowed inside a file name." : "ບໍ່ອະນຸຍາດໃຫ້\"/\" ຢູ່ໃນຊື່ໄຟລ໌.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{ຊື່}\" ບໍ່ອະນຸຍາດປະເພດແຟ້ມ",
|
||||
"{newName} already exists" : "{newName} ມີແລ້ວ",
|
||||
"Choose" : "ເລືອກ",
|
||||
"Copy" : "ສຳເນົາ",
|
||||
"Move" : "ຍ້າຍ",
|
||||
"Error loading file picker template: {error}" : "ໂຫຼດຟາຍຕົວຢ່າງຜິດພາດ:{error}",
|
||||
"OK" : "ຕົກລົງ",
|
||||
"Error loading message template: {error}" : "ການໂຫຼດຂໍ້ຄວາມຜິດພາດ: {error}",
|
||||
"read-only" : "ອ່ານຢ່າງດຽວ",
|
||||
|
|
@ -191,10 +179,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(ຄັດເລືອກທັງຫມົດ)",
|
||||
"({count} selected)" : "({count} ຖືກຄັດເລືອກ)",
|
||||
"Error loading file exists template" : "ໂຫຼດຟາຍທີ່ຍັງຢູ່ຜິດພາດ",
|
||||
"Pending" : "ທີ່ກໍາລັງລໍຖ້າ",
|
||||
"Home" : "ໜ້າຫຼັກ",
|
||||
"Copy to {folder}" : "ສໍາເນົາໄປຍັງ {ໂຟນເດີ}",
|
||||
"Move to {folder}" : "ຍ້າຍໄປ {folder}",
|
||||
"Saving …" : "ກຳລັງບັນທຶກ",
|
||||
"Authentication required" : "ການຢັ້ງຢືນທີ່ຈໍາເປັນ",
|
||||
"This action requires you to confirm your password" : "ການກະທໍານີ້ຮຽກຮ້ອງໃຫ້ທ່ານເພື່ອຢືນຢັນລະຫັດຜ່ານຂອງທ່ານ",
|
||||
|
|
@ -328,6 +312,22 @@ OC.L10N.register(
|
|||
"Contact your system administrator if this message persists or appeared unexpectedly." : "ຕິດຕໍ່ຜູ້ບໍລິຫານລະບົບຂອງທ່ານຖ້າຫາກວ່າຂ່າວສານນີ້ຍັຢູ່ ຫຼື ປາກົດໂດຍບໍ່ຄາດຄິດ.",
|
||||
"If it is not there ask your local administrator." : "ຖ້າບໍ່ໄດ້ຖາມຜູ້ເບິ່ງລະບົບຂອງທ່ານ.",
|
||||
"Settings" : "ການຕັ້ງຄ່າ",
|
||||
"No files in here" : "ບໍ່ມີຟາຍໃນທີ່ນີ້",
|
||||
"New folder" : "ໂຟນເດີໃຫມ່",
|
||||
"No more subfolders in here" : "ບໍ່ມີ ໂຟນເດີຍ່ອຍ ອີກຕໍ່ໄປໃນນີ້",
|
||||
"Name" : "ຊື່",
|
||||
"Size" : "ຂະຫນາດ",
|
||||
"Modified" : "ດັດແປງ",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" ແມ່ນຊື່ຟາຍທີ່ບໍ່ຖືກຕ້ອງ.",
|
||||
"File name cannot be empty." : "ຊື່ຟາຍບໍ່ໃຫ້ເປົ່າວ່າງ",
|
||||
"\"/\" is not allowed inside a file name." : "ບໍ່ອະນຸຍາດໃຫ້\"/\" ຢູ່ໃນຊື່ໄຟລ໌.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{ຊື່}\" ບໍ່ອະນຸຍາດປະເພດແຟ້ມ",
|
||||
"{newName} already exists" : "{newName} ມີແລ້ວ",
|
||||
"Error loading file picker template: {error}" : "ໂຫຼດຟາຍຕົວຢ່າງຜິດພາດ:{error}",
|
||||
"Pending" : "ທີ່ກໍາລັງລໍຖ້າ",
|
||||
"Home" : "ໜ້າຫຼັກ",
|
||||
"Copy to {folder}" : "ສໍາເນົາໄປຍັງ {ໂຟນເດີ}",
|
||||
"Move to {folder}" : "ຍ້າຍໄປ {folder}",
|
||||
"File not found" : " ບໍ່ພົບຟາຍ",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "ເອກະສານບໍ່ສາມາດຄົ້ນພົບໄດ້ໃນ server. ບາງທີສ່ວນແບ່ງຖືກລຶບ ຫຼື ໄດ້ສິ້ນສຸດລົງ?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "ກະລຸນາໃຊ້ ຄໍາສັ່ງ ປັບປຸງ ເພາະການອັບເດດໂດຍອັດຕະໂນມັດຖືກປິດໃນລະບົບການຕັ້ງຄ່າ config.php."
|
||||
|
|
|
|||
|
|
@ -160,21 +160,9 @@
|
|||
"Looking for {term} …" : "ຊອກຫາ {term} ...",
|
||||
"No" : "ບໍ່",
|
||||
"Yes" : "ແມ່ນແລ້ວ",
|
||||
"No files in here" : "ບໍ່ມີຟາຍໃນທີ່ນີ້",
|
||||
"New folder" : "ໂຟນເດີໃຫມ່",
|
||||
"No more subfolders in here" : "ບໍ່ມີ ໂຟນເດີຍ່ອຍ ອີກຕໍ່ໄປໃນນີ້",
|
||||
"Name" : "ຊື່",
|
||||
"Size" : "ຂະຫນາດ",
|
||||
"Modified" : "ດັດແປງ",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" ແມ່ນຊື່ຟາຍທີ່ບໍ່ຖືກຕ້ອງ.",
|
||||
"File name cannot be empty." : "ຊື່ຟາຍບໍ່ໃຫ້ເປົ່າວ່າງ",
|
||||
"\"/\" is not allowed inside a file name." : "ບໍ່ອະນຸຍາດໃຫ້\"/\" ຢູ່ໃນຊື່ໄຟລ໌.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{ຊື່}\" ບໍ່ອະນຸຍາດປະເພດແຟ້ມ",
|
||||
"{newName} already exists" : "{newName} ມີແລ້ວ",
|
||||
"Choose" : "ເລືອກ",
|
||||
"Copy" : "ສຳເນົາ",
|
||||
"Move" : "ຍ້າຍ",
|
||||
"Error loading file picker template: {error}" : "ໂຫຼດຟາຍຕົວຢ່າງຜິດພາດ:{error}",
|
||||
"OK" : "ຕົກລົງ",
|
||||
"Error loading message template: {error}" : "ການໂຫຼດຂໍ້ຄວາມຜິດພາດ: {error}",
|
||||
"read-only" : "ອ່ານຢ່າງດຽວ",
|
||||
|
|
@ -189,10 +177,6 @@
|
|||
"(all selected)" : "(ຄັດເລືອກທັງຫມົດ)",
|
||||
"({count} selected)" : "({count} ຖືກຄັດເລືອກ)",
|
||||
"Error loading file exists template" : "ໂຫຼດຟາຍທີ່ຍັງຢູ່ຜິດພາດ",
|
||||
"Pending" : "ທີ່ກໍາລັງລໍຖ້າ",
|
||||
"Home" : "ໜ້າຫຼັກ",
|
||||
"Copy to {folder}" : "ສໍາເນົາໄປຍັງ {ໂຟນເດີ}",
|
||||
"Move to {folder}" : "ຍ້າຍໄປ {folder}",
|
||||
"Saving …" : "ກຳລັງບັນທຶກ",
|
||||
"Authentication required" : "ການຢັ້ງຢືນທີ່ຈໍາເປັນ",
|
||||
"This action requires you to confirm your password" : "ການກະທໍານີ້ຮຽກຮ້ອງໃຫ້ທ່ານເພື່ອຢືນຢັນລະຫັດຜ່ານຂອງທ່ານ",
|
||||
|
|
@ -326,6 +310,22 @@
|
|||
"Contact your system administrator if this message persists or appeared unexpectedly." : "ຕິດຕໍ່ຜູ້ບໍລິຫານລະບົບຂອງທ່ານຖ້າຫາກວ່າຂ່າວສານນີ້ຍັຢູ່ ຫຼື ປາກົດໂດຍບໍ່ຄາດຄິດ.",
|
||||
"If it is not there ask your local administrator." : "ຖ້າບໍ່ໄດ້ຖາມຜູ້ເບິ່ງລະບົບຂອງທ່ານ.",
|
||||
"Settings" : "ການຕັ້ງຄ່າ",
|
||||
"No files in here" : "ບໍ່ມີຟາຍໃນທີ່ນີ້",
|
||||
"New folder" : "ໂຟນເດີໃຫມ່",
|
||||
"No more subfolders in here" : "ບໍ່ມີ ໂຟນເດີຍ່ອຍ ອີກຕໍ່ໄປໃນນີ້",
|
||||
"Name" : "ຊື່",
|
||||
"Size" : "ຂະຫນາດ",
|
||||
"Modified" : "ດັດແປງ",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" ແມ່ນຊື່ຟາຍທີ່ບໍ່ຖືກຕ້ອງ.",
|
||||
"File name cannot be empty." : "ຊື່ຟາຍບໍ່ໃຫ້ເປົ່າວ່າງ",
|
||||
"\"/\" is not allowed inside a file name." : "ບໍ່ອະນຸຍາດໃຫ້\"/\" ຢູ່ໃນຊື່ໄຟລ໌.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{ຊື່}\" ບໍ່ອະນຸຍາດປະເພດແຟ້ມ",
|
||||
"{newName} already exists" : "{newName} ມີແລ້ວ",
|
||||
"Error loading file picker template: {error}" : "ໂຫຼດຟາຍຕົວຢ່າງຜິດພາດ:{error}",
|
||||
"Pending" : "ທີ່ກໍາລັງລໍຖ້າ",
|
||||
"Home" : "ໜ້າຫຼັກ",
|
||||
"Copy to {folder}" : "ສໍາເນົາໄປຍັງ {ໂຟນເດີ}",
|
||||
"Move to {folder}" : "ຍ້າຍໄປ {folder}",
|
||||
"File not found" : " ບໍ່ພົບຟາຍ",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "ເອກະສານບໍ່ສາມາດຄົ້ນພົບໄດ້ໃນ server. ບາງທີສ່ວນແບ່ງຖືກລຶບ ຫຼື ໄດ້ສິ້ນສຸດລົງ?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "ກະລຸນາໃຊ້ ຄໍາສັ່ງ ປັບປຸງ ເພາະການອັບເດດໂດຍອັດຕະໂນມັດຖືກປິດໃນລະບົບການຕັ້ງຄ່າ config.php."
|
||||
|
|
|
|||
|
|
@ -142,21 +142,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Ieškoma {term} ...",
|
||||
"No" : "Ne",
|
||||
"Yes" : "Taip",
|
||||
"No files in here" : "Čia failų nėra",
|
||||
"New folder" : "Naujas aplankas",
|
||||
"No more subfolders in here" : "Čia daugiau nebėra poaplankių",
|
||||
"Name" : "Pavadinimas",
|
||||
"Size" : "Dydis",
|
||||
"Modified" : "Pakeista",
|
||||
"\"{name}\" is an invalid file name." : "„{name}“ yra neteisingas failo pavadinimas.",
|
||||
"File name cannot be empty." : "Failo pavadinimas negali būti tuščias.",
|
||||
"\"/\" is not allowed inside a file name." : "Failo pavadinime simbolis „/“ draudžiamas.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" yra neleistinas failo tipas",
|
||||
"{newName} already exists" : "{newName} jau yra",
|
||||
"Choose" : "Pasirinkti",
|
||||
"Copy" : "Kopijuoti",
|
||||
"Move" : "Perkelti",
|
||||
"Error loading file picker template: {error}" : "Klaida įkeliant failo parinkimo ruošinį: {error}",
|
||||
"OK" : "Gerai",
|
||||
"Error loading message template: {error}" : "Klaida įkeliant žinutės ruošinį: {error}",
|
||||
"read-only" : "tik skaitymui",
|
||||
|
|
@ -171,12 +159,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(visi pažymėti)",
|
||||
"({count} selected)" : "({count} pažymėtų)",
|
||||
"Error loading file exists template" : "Klaida įkeliant saugykloje esančių rinkmenų ruošinį",
|
||||
"Show list view" : "Rodyti sąrašo rodinį",
|
||||
"Show grid view" : "Rodyti tinklelio rodinį",
|
||||
"Pending" : "Vykdoma",
|
||||
"Home" : "Namai",
|
||||
"Copy to {folder}" : "Kopijuoti į {folder}",
|
||||
"Move to {folder}" : "Perkelti į {folder}",
|
||||
"Saving …" : "Įrašoma …",
|
||||
"Authentication required" : "Reikalingas tapatybės nustatymas",
|
||||
"This action requires you to confirm your password" : "Šis veiksmas reikalauja, kad įvestumėte savo slaptažodį",
|
||||
|
|
@ -315,6 +297,24 @@ OC.L10N.register(
|
|||
"This page will refresh itself when the instance is available again." : "Šis puslapis bus įkeltas iš naujo, kai egzempliorius bus ir vėl prieinamas.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Susisiekite su savo sistemos administratoriumi, jei šis pranešimas nedingsta arba, jei jis pasirodė netikėtai.",
|
||||
"Settings" : "Nustatymai",
|
||||
"No files in here" : "Čia failų nėra",
|
||||
"New folder" : "Naujas aplankas",
|
||||
"No more subfolders in here" : "Čia daugiau nebėra poaplankių",
|
||||
"Name" : "Pavadinimas",
|
||||
"Size" : "Dydis",
|
||||
"Modified" : "Pakeista",
|
||||
"\"{name}\" is an invalid file name." : "„{name}“ yra neteisingas failo pavadinimas.",
|
||||
"File name cannot be empty." : "Failo pavadinimas negali būti tuščias.",
|
||||
"\"/\" is not allowed inside a file name." : "Failo pavadinime simbolis „/“ draudžiamas.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" yra neleistinas failo tipas",
|
||||
"{newName} already exists" : "{newName} jau yra",
|
||||
"Error loading file picker template: {error}" : "Klaida įkeliant failo parinkimo ruošinį: {error}",
|
||||
"Show list view" : "Rodyti sąrašo rodinį",
|
||||
"Show grid view" : "Rodyti tinklelio rodinį",
|
||||
"Pending" : "Vykdoma",
|
||||
"Home" : "Namai",
|
||||
"Copy to {folder}" : "Kopijuoti į {folder}",
|
||||
"Move to {folder}" : "Perkelti į {folder}",
|
||||
"File not found" : "Failas nerastas",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Nepavyko serveryje rasti dokumento. Galbūt, viešinys buvo ištrintas arba pasibaigė jo galiojimo laikas?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Automatinis atnaujinimas išjungtas config.php faile. Naudokite komandinės eilutės atnaujinimo įrankį."
|
||||
|
|
|
|||
|
|
@ -140,21 +140,9 @@
|
|||
"Looking for {term} …" : "Ieškoma {term} ...",
|
||||
"No" : "Ne",
|
||||
"Yes" : "Taip",
|
||||
"No files in here" : "Čia failų nėra",
|
||||
"New folder" : "Naujas aplankas",
|
||||
"No more subfolders in here" : "Čia daugiau nebėra poaplankių",
|
||||
"Name" : "Pavadinimas",
|
||||
"Size" : "Dydis",
|
||||
"Modified" : "Pakeista",
|
||||
"\"{name}\" is an invalid file name." : "„{name}“ yra neteisingas failo pavadinimas.",
|
||||
"File name cannot be empty." : "Failo pavadinimas negali būti tuščias.",
|
||||
"\"/\" is not allowed inside a file name." : "Failo pavadinime simbolis „/“ draudžiamas.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" yra neleistinas failo tipas",
|
||||
"{newName} already exists" : "{newName} jau yra",
|
||||
"Choose" : "Pasirinkti",
|
||||
"Copy" : "Kopijuoti",
|
||||
"Move" : "Perkelti",
|
||||
"Error loading file picker template: {error}" : "Klaida įkeliant failo parinkimo ruošinį: {error}",
|
||||
"OK" : "Gerai",
|
||||
"Error loading message template: {error}" : "Klaida įkeliant žinutės ruošinį: {error}",
|
||||
"read-only" : "tik skaitymui",
|
||||
|
|
@ -169,12 +157,6 @@
|
|||
"(all selected)" : "(visi pažymėti)",
|
||||
"({count} selected)" : "({count} pažymėtų)",
|
||||
"Error loading file exists template" : "Klaida įkeliant saugykloje esančių rinkmenų ruošinį",
|
||||
"Show list view" : "Rodyti sąrašo rodinį",
|
||||
"Show grid view" : "Rodyti tinklelio rodinį",
|
||||
"Pending" : "Vykdoma",
|
||||
"Home" : "Namai",
|
||||
"Copy to {folder}" : "Kopijuoti į {folder}",
|
||||
"Move to {folder}" : "Perkelti į {folder}",
|
||||
"Saving …" : "Įrašoma …",
|
||||
"Authentication required" : "Reikalingas tapatybės nustatymas",
|
||||
"This action requires you to confirm your password" : "Šis veiksmas reikalauja, kad įvestumėte savo slaptažodį",
|
||||
|
|
@ -313,6 +295,24 @@
|
|||
"This page will refresh itself when the instance is available again." : "Šis puslapis bus įkeltas iš naujo, kai egzempliorius bus ir vėl prieinamas.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Susisiekite su savo sistemos administratoriumi, jei šis pranešimas nedingsta arba, jei jis pasirodė netikėtai.",
|
||||
"Settings" : "Nustatymai",
|
||||
"No files in here" : "Čia failų nėra",
|
||||
"New folder" : "Naujas aplankas",
|
||||
"No more subfolders in here" : "Čia daugiau nebėra poaplankių",
|
||||
"Name" : "Pavadinimas",
|
||||
"Size" : "Dydis",
|
||||
"Modified" : "Pakeista",
|
||||
"\"{name}\" is an invalid file name." : "„{name}“ yra neteisingas failo pavadinimas.",
|
||||
"File name cannot be empty." : "Failo pavadinimas negali būti tuščias.",
|
||||
"\"/\" is not allowed inside a file name." : "Failo pavadinime simbolis „/“ draudžiamas.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" yra neleistinas failo tipas",
|
||||
"{newName} already exists" : "{newName} jau yra",
|
||||
"Error loading file picker template: {error}" : "Klaida įkeliant failo parinkimo ruošinį: {error}",
|
||||
"Show list view" : "Rodyti sąrašo rodinį",
|
||||
"Show grid view" : "Rodyti tinklelio rodinį",
|
||||
"Pending" : "Vykdoma",
|
||||
"Home" : "Namai",
|
||||
"Copy to {folder}" : "Kopijuoti į {folder}",
|
||||
"Move to {folder}" : "Perkelti į {folder}",
|
||||
"File not found" : "Failas nerastas",
|
||||
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "Nepavyko serveryje rasti dokumento. Galbūt, viešinys buvo ištrintas arba pasibaigė jo galiojimo laikas?",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Automatinis atnaujinimas išjungtas config.php faile. Naudokite komandinės eilutės atnaujinimo įrankį."
|
||||
|
|
|
|||
|
|
@ -117,21 +117,9 @@ OC.L10N.register(
|
|||
"Looking for {term} …" : "Meklē {term} …",
|
||||
"No" : "Nē",
|
||||
"Yes" : "Jā",
|
||||
"No files in here" : "Šeit nav datņu",
|
||||
"New folder" : "Jauna mape",
|
||||
"No more subfolders in here" : "Šeit nav vairāk apakšmapju",
|
||||
"Name" : "Vārds",
|
||||
"Size" : "Izmērs",
|
||||
"Modified" : "Mainīts",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" ir nepareizs datnes nosaukums.",
|
||||
"File name cannot be empty." : "Datnes nosaukums nevar būt tukšs.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" nav atļauts faila nosaukumā.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" nav atļauts faila tips",
|
||||
"{newName} already exists" : "{newName} jau eksistē",
|
||||
"Choose" : "Izvēlieties",
|
||||
"Copy" : "Kopēt",
|
||||
"Move" : "Pārvietot",
|
||||
"Error loading file picker template: {error}" : "Kļūda ielādējot izvēlēto veidni: {error}",
|
||||
"OK" : "Labi",
|
||||
"Error loading message template: {error}" : "Kļūda ielādējot ziņojuma veidni: {error}",
|
||||
"read-only" : "tikai-skatīt",
|
||||
|
|
@ -146,12 +134,6 @@ OC.L10N.register(
|
|||
"(all selected)" : "(visus iezīmētos)",
|
||||
"({count} selected)" : "({count} iezīmēti)",
|
||||
"Error loading file exists template" : "Kļūda ielādējot eksistējošas datnes veidni",
|
||||
"Show list view" : "Rādīt saraksta skatu",
|
||||
"Show grid view" : "Rādīt režģa skatu",
|
||||
"Pending" : "Gaida",
|
||||
"Home" : "Sākums",
|
||||
"Copy to {folder}" : "Kopēt uz {folder}",
|
||||
"Move to {folder}" : "Pārvietot uz {folder}",
|
||||
"Saving …" : "Saglabā ...",
|
||||
"Authentication required" : "Nepieciešama autentifikācija",
|
||||
"This action requires you to confirm your password" : "Lai veiktu šo darbību, jums jāievada sava parole.",
|
||||
|
|
@ -249,6 +231,24 @@ OC.L10N.register(
|
|||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Sazinieties ar sistēmas administratoru, ja šis ziņojums tiek rādīts.. vai parādījās negaidīti",
|
||||
"If it is not there ask your local administrator." : "Ja tas tur nav tad jautājiet savam vietējam administratoram.",
|
||||
"Settings" : "Iestatījumi",
|
||||
"No files in here" : "Šeit nav datņu",
|
||||
"New folder" : "Jauna mape",
|
||||
"No more subfolders in here" : "Šeit nav vairāk apakšmapju",
|
||||
"Name" : "Vārds",
|
||||
"Size" : "Izmērs",
|
||||
"Modified" : "Mainīts",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" ir nepareizs datnes nosaukums.",
|
||||
"File name cannot be empty." : "Datnes nosaukums nevar būt tukšs.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" nav atļauts faila nosaukumā.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" nav atļauts faila tips",
|
||||
"{newName} already exists" : "{newName} jau eksistē",
|
||||
"Error loading file picker template: {error}" : "Kļūda ielādējot izvēlēto veidni: {error}",
|
||||
"Show list view" : "Rādīt saraksta skatu",
|
||||
"Show grid view" : "Rādīt režģa skatu",
|
||||
"Pending" : "Gaida",
|
||||
"Home" : "Sākums",
|
||||
"Copy to {folder}" : "Kopēt uz {folder}",
|
||||
"Move to {folder}" : "Pārvietot uz {folder}",
|
||||
"File not found" : "Datne nav atrasta",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Lūdzu izmanto komandrindas atjaunināšanu, jo automātiskā atjaunināšana ir atspējota konfigurācijas datnē config.php."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -115,21 +115,9 @@
|
|||
"Looking for {term} …" : "Meklē {term} …",
|
||||
"No" : "Nē",
|
||||
"Yes" : "Jā",
|
||||
"No files in here" : "Šeit nav datņu",
|
||||
"New folder" : "Jauna mape",
|
||||
"No more subfolders in here" : "Šeit nav vairāk apakšmapju",
|
||||
"Name" : "Vārds",
|
||||
"Size" : "Izmērs",
|
||||
"Modified" : "Mainīts",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" ir nepareizs datnes nosaukums.",
|
||||
"File name cannot be empty." : "Datnes nosaukums nevar būt tukšs.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" nav atļauts faila nosaukumā.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" nav atļauts faila tips",
|
||||
"{newName} already exists" : "{newName} jau eksistē",
|
||||
"Choose" : "Izvēlieties",
|
||||
"Copy" : "Kopēt",
|
||||
"Move" : "Pārvietot",
|
||||
"Error loading file picker template: {error}" : "Kļūda ielādējot izvēlēto veidni: {error}",
|
||||
"OK" : "Labi",
|
||||
"Error loading message template: {error}" : "Kļūda ielādējot ziņojuma veidni: {error}",
|
||||
"read-only" : "tikai-skatīt",
|
||||
|
|
@ -144,12 +132,6 @@
|
|||
"(all selected)" : "(visus iezīmētos)",
|
||||
"({count} selected)" : "({count} iezīmēti)",
|
||||
"Error loading file exists template" : "Kļūda ielādējot eksistējošas datnes veidni",
|
||||
"Show list view" : "Rādīt saraksta skatu",
|
||||
"Show grid view" : "Rādīt režģa skatu",
|
||||
"Pending" : "Gaida",
|
||||
"Home" : "Sākums",
|
||||
"Copy to {folder}" : "Kopēt uz {folder}",
|
||||
"Move to {folder}" : "Pārvietot uz {folder}",
|
||||
"Saving …" : "Saglabā ...",
|
||||
"Authentication required" : "Nepieciešama autentifikācija",
|
||||
"This action requires you to confirm your password" : "Lai veiktu šo darbību, jums jāievada sava parole.",
|
||||
|
|
@ -247,6 +229,24 @@
|
|||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Sazinieties ar sistēmas administratoru, ja šis ziņojums tiek rādīts.. vai parādījās negaidīti",
|
||||
"If it is not there ask your local administrator." : "Ja tas tur nav tad jautājiet savam vietējam administratoram.",
|
||||
"Settings" : "Iestatījumi",
|
||||
"No files in here" : "Šeit nav datņu",
|
||||
"New folder" : "Jauna mape",
|
||||
"No more subfolders in here" : "Šeit nav vairāk apakšmapju",
|
||||
"Name" : "Vārds",
|
||||
"Size" : "Izmērs",
|
||||
"Modified" : "Mainīts",
|
||||
"\"{name}\" is an invalid file name." : "\"{name}\" ir nepareizs datnes nosaukums.",
|
||||
"File name cannot be empty." : "Datnes nosaukums nevar būt tukšs.",
|
||||
"\"/\" is not allowed inside a file name." : "\"/\" nav atļauts faila nosaukumā.",
|
||||
"\"{name}\" is not an allowed filetype" : "\"{name}\" nav atļauts faila tips",
|
||||
"{newName} already exists" : "{newName} jau eksistē",
|
||||
"Error loading file picker template: {error}" : "Kļūda ielādējot izvēlēto veidni: {error}",
|
||||
"Show list view" : "Rādīt saraksta skatu",
|
||||
"Show grid view" : "Rādīt režģa skatu",
|
||||
"Pending" : "Gaida",
|
||||
"Home" : "Sākums",
|
||||
"Copy to {folder}" : "Kopēt uz {folder}",
|
||||
"Move to {folder}" : "Pārvietot uz {folder}",
|
||||
"File not found" : "Datne nav atrasta",
|
||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "Lūdzu izmanto komandrindas atjaunināšanu, jo automātiskā atjaunināšana ir atspējota konfigurācijas datnē config.php."
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue