[tx-robot] updated from transifex
This commit is contained in:
Родитель
27cc61ff2b
Коммит
7983d205e0
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"files_texteditor",
|
||||
{
|
||||
"This file is too big to be opened. Please download the file instead." : "FIlen er for stor til at kunne åbnes direkte. Vær venlig at downloade filen i stedet",
|
||||
"Cannot read the file." : "Kan ikke læse filen.",
|
||||
"Invalid file path supplied." : "Der blev angivet en ugyldig filsti.",
|
||||
"The file is locked." : "Filen er låst",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"This file is too big to be opened. Please download the file instead." : "FIlen er for stor til at kunne åbnes direkte. Vær venlig at downloade filen i stedet",
|
||||
"Cannot read the file." : "Kan ikke læse filen.",
|
||||
"Invalid file path supplied." : "Der blev angivet en ugyldig filsti.",
|
||||
"The file is locked." : "Filen er låst",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"This file is too big to be opened. Please download the file instead." => "FIlen er for stor til at kunne åbnes direkte. Vær venlig at downloade filen i stedet",
|
||||
"Cannot read the file." => "Kan ikke læse filen.",
|
||||
"Invalid file path supplied." => "Der blev angivet en ugyldig filsti.",
|
||||
"The file is locked." => "Filen er låst",
|
||||
|
|
|
@ -14,6 +14,7 @@ OC.L10N.register(
|
|||
"saved!" : "gespeichert!",
|
||||
"failed!" : "fehlgeschlagen!",
|
||||
"Saved" : "Gespeichert",
|
||||
"There was a problem saving your changes. Click to resume editing." : "Es gab ein Problem beim Speichern ihrer Änderungen. Klicken Sie um zur Bearbeitung zurückzukehren.",
|
||||
"An error occurred!" : "Ein Fehler ist aufgetreten!",
|
||||
"Text file" : "Textdatei",
|
||||
"New text file.txt" : "Neue Textdatei file.txt"
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"saved!" : "gespeichert!",
|
||||
"failed!" : "fehlgeschlagen!",
|
||||
"Saved" : "Gespeichert",
|
||||
"There was a problem saving your changes. Click to resume editing." : "Es gab ein Problem beim Speichern ihrer Änderungen. Klicken Sie um zur Bearbeitung zurückzukehren.",
|
||||
"An error occurred!" : "Ein Fehler ist aufgetreten!",
|
||||
"Text file" : "Textdatei",
|
||||
"New text file.txt" : "Neue Textdatei file.txt"
|
||||
|
|
|
@ -13,6 +13,7 @@ $TRANSLATIONS = array(
|
|||
"saved!" => "gespeichert!",
|
||||
"failed!" => "fehlgeschlagen!",
|
||||
"Saved" => "Gespeichert",
|
||||
"There was a problem saving your changes. Click to resume editing." => "Es gab ein Problem beim Speichern ihrer Änderungen. Klicken Sie um zur Bearbeitung zurückzukehren.",
|
||||
"An error occurred!" => "Ein Fehler ist aufgetreten!",
|
||||
"Text file" => "Textdatei",
|
||||
"New text file.txt" => "Neue Textdatei file.txt"
|
||||
|
|
Загрузка…
Ссылка в новой задаче