diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/cs.js | 1 | ||||
-rw-r--r-- | lib/l10n/cs.json | 1 | ||||
-rw-r--r-- | lib/l10n/es.js | 2 | ||||
-rw-r--r-- | lib/l10n/es.json | 2 | ||||
-rw-r--r-- | lib/l10n/ru.js | 3 | ||||
-rw-r--r-- | lib/l10n/ru.json | 3 |
6 files changed, 12 insertions, 0 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index 068fcd75047..3a35576a4a1 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -120,6 +120,7 @@ OC.L10N.register( "Files can’t be shared with delete permissions" : "Soubory nelze sdílet s oprávněními k odstranění", "Files can’t be shared with create permissions" : "Soubory nelze sdílet s oprávněními k vytváření", "Expiration date is in the past" : "Datum skončení platnosti je v minulosti", + "_Can’t set expiration date more than %n day in the future_::_Can’t set expiration date more than %n days in the future_" : ["Nelze nastavit datum skončení platnosti na více než %n den dopředu","Nelze nastavit datum skončení platnosti na více než %n dnů dopředu","Nelze nastavit datum skončení platnosti na více než %n dnů dopředu","Nelze nastavit datum skončení platnosti na více než %n dny dopředu"], "Sharing is only allowed with group members" : "Je povoleno pouze sdílení s členy skupiny", "Sharing %s failed, because this item is already shared with user %s" : "Sdílení %s se nezdařilo, protože tato položka už je sdílena s uživatelem %s", "%1$s shared »%2$s« with you" : "%1$s vám sdílí „%2$s“", diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index d679c7191c7..715e1a6fc27 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -118,6 +118,7 @@ "Files can’t be shared with delete permissions" : "Soubory nelze sdílet s oprávněními k odstranění", "Files can’t be shared with create permissions" : "Soubory nelze sdílet s oprávněními k vytváření", "Expiration date is in the past" : "Datum skončení platnosti je v minulosti", + "_Can’t set expiration date more than %n day in the future_::_Can’t set expiration date more than %n days in the future_" : ["Nelze nastavit datum skončení platnosti na více než %n den dopředu","Nelze nastavit datum skončení platnosti na více než %n dnů dopředu","Nelze nastavit datum skončení platnosti na více než %n dnů dopředu","Nelze nastavit datum skončení platnosti na více než %n dny dopředu"], "Sharing is only allowed with group members" : "Je povoleno pouze sdílení s členy skupiny", "Sharing %s failed, because this item is already shared with user %s" : "Sdílení %s se nezdařilo, protože tato položka už je sdílena s uživatelem %s", "%1$s shared »%2$s« with you" : "%1$s vám sdílí „%2$s“", diff --git a/lib/l10n/es.js b/lib/l10n/es.js index 4edab8bfaec..76b132ae82a 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -72,6 +72,7 @@ OC.L10N.register( "Empty file" : "Archivo vacío", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "El módulo con ID %s no existe. Por favor, actívalo en la configuración de apps o contacta con tu administrador.", "File already exists" : "El archivo ya existe", + "Invalid path" : "Ruta no válida", "Failed to create file from template" : "Fallo al crear el archivo desde plantilla", "Templates" : "Plantillas", "File name is a reserved word" : "El nombre de archivo es una palabra reservada", @@ -119,6 +120,7 @@ OC.L10N.register( "Files can’t be shared with delete permissions" : "Los archivos no se pueden compartir con permisos de borrado", "Files can’t be shared with create permissions" : "Los archivos no se pueden compartir con permisos de creación", "Expiration date is in the past" : "Ha pasado la fecha de caducidad", + "_Can’t set expiration date more than %n day in the future_::_Can’t set expiration date more than %n days in the future_" : ["No se puede establecer la fecha de expiración a más de %n día en el futuro","No se puede establecer la fecha de expiración a más de %n días en el futuro"], "Sharing is only allowed with group members" : "Sólo está permitido compartir a los integrantes del grupo", "Sharing %s failed, because this item is already shared with user %s" : "No se pudo compartir %s, porque este elemento ya está compartido con el usuario %s", "%1$s shared »%2$s« with you" : "%1$s ha compartido «%2$s» contigo", diff --git a/lib/l10n/es.json b/lib/l10n/es.json index 5967483de30..5805f6da920 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -70,6 +70,7 @@ "Empty file" : "Archivo vacío", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "El módulo con ID %s no existe. Por favor, actívalo en la configuración de apps o contacta con tu administrador.", "File already exists" : "El archivo ya existe", + "Invalid path" : "Ruta no válida", "Failed to create file from template" : "Fallo al crear el archivo desde plantilla", "Templates" : "Plantillas", "File name is a reserved word" : "El nombre de archivo es una palabra reservada", @@ -117,6 +118,7 @@ "Files can’t be shared with delete permissions" : "Los archivos no se pueden compartir con permisos de borrado", "Files can’t be shared with create permissions" : "Los archivos no se pueden compartir con permisos de creación", "Expiration date is in the past" : "Ha pasado la fecha de caducidad", + "_Can’t set expiration date more than %n day in the future_::_Can’t set expiration date more than %n days in the future_" : ["No se puede establecer la fecha de expiración a más de %n día en el futuro","No se puede establecer la fecha de expiración a más de %n días en el futuro"], "Sharing is only allowed with group members" : "Sólo está permitido compartir a los integrantes del grupo", "Sharing %s failed, because this item is already shared with user %s" : "No se pudo compartir %s, porque este elemento ya está compartido con el usuario %s", "%1$s shared »%2$s« with you" : "%1$s ha compartido «%2$s» contigo", diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index 3a4ab7a1d33..06e8e5310f1 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -72,6 +72,7 @@ OC.L10N.register( "Empty file" : "Пустой файл", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модуль с ID «%s» не существует. Включите его в настройках приложений или обратитесь к администратору.", "File already exists" : "Файл уже существует", + "Invalid path" : "Некорректный путь", "Failed to create file from template" : "Не удалось создать файл на основе шаблона", "Templates" : "Шаблоны", "File name is a reserved word" : "Имя файла является зарезервированным словом", @@ -119,7 +120,9 @@ OC.L10N.register( "Files can’t be shared with delete permissions" : "Файлы не могут иметь общий доступ с правами на удаление", "Files can’t be shared with create permissions" : "Файлы не могут иметь общий доступ с правами на создание", "Expiration date is in the past" : "Дата окончания срока действия уже прошла", + "_Can’t set expiration date more than %n day in the future_::_Can’t set expiration date more than %n days in the future_" : ["Невозможно установить дату окончания срока действия более %n дня","Невозможно установить дату окончания срока действия более %n дней","Невозможно установить дату окончания срока действия более %n дней","Невозможно установить дату окончания срока действия более %n дней"], "Sharing is only allowed with group members" : "Разрешено публиковать только для участников группы", + "Sharing %s failed, because this item is already shared with user %s" : "Не удалось поделиться %s, так как элемент находится в общем доступе у %s", "%1$s shared »%2$s« with you" : "%1$s предоставил(а) вам доступ к «%2$s»", "%1$s shared »%2$s« with you." : "%1$s предоставил(а) вам доступ к «%2$s».", "Click the button below to open it." : "Нажмите расположенную ниже кнопку для перехода к полученному общему ресурсу.", diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index a974307389e..51c66fe710a 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -70,6 +70,7 @@ "Empty file" : "Пустой файл", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модуль с ID «%s» не существует. Включите его в настройках приложений или обратитесь к администратору.", "File already exists" : "Файл уже существует", + "Invalid path" : "Некорректный путь", "Failed to create file from template" : "Не удалось создать файл на основе шаблона", "Templates" : "Шаблоны", "File name is a reserved word" : "Имя файла является зарезервированным словом", @@ -117,7 +118,9 @@ "Files can’t be shared with delete permissions" : "Файлы не могут иметь общий доступ с правами на удаление", "Files can’t be shared with create permissions" : "Файлы не могут иметь общий доступ с правами на создание", "Expiration date is in the past" : "Дата окончания срока действия уже прошла", + "_Can’t set expiration date more than %n day in the future_::_Can’t set expiration date more than %n days in the future_" : ["Невозможно установить дату окончания срока действия более %n дня","Невозможно установить дату окончания срока действия более %n дней","Невозможно установить дату окончания срока действия более %n дней","Невозможно установить дату окончания срока действия более %n дней"], "Sharing is only allowed with group members" : "Разрешено публиковать только для участников группы", + "Sharing %s failed, because this item is already shared with user %s" : "Не удалось поделиться %s, так как элемент находится в общем доступе у %s", "%1$s shared »%2$s« with you" : "%1$s предоставил(а) вам доступ к «%2$s»", "%1$s shared »%2$s« with you." : "%1$s предоставил(а) вам доступ к «%2$s».", "Click the button below to open it." : "Нажмите расположенную ниже кнопку для перехода к полученному общему ресурсу.", |