[tx-robot] updated from transifex
This commit is contained in:
parent
5bfad25e83
commit
7b4e51dbc7
|
@ -10,6 +10,7 @@ OC.L10N.register(
|
||||||
"The given web address is too long" : "Nettadressen er for lang",
|
"The given web address is too long" : "Nettadressen er for lang",
|
||||||
"The given slogan is too long" : "Slagordet er for langt",
|
"The given slogan is too long" : "Slagordet er for langt",
|
||||||
"The given color is invalid" : "Fargen er ugyldig",
|
"The given color is invalid" : "Fargen er ugyldig",
|
||||||
|
"The file was uploaded" : "Filen ble lastet opp",
|
||||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Filen er større enn grensen satt i upload_max_filesize i php.ini",
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Filen er større enn grensen satt i upload_max_filesize i php.ini",
|
||||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Filen du prøvde å laste opp er større enn grensen satt i MAX_FILE_SIZE i HTML-skjemaet",
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Filen du prøvde å laste opp er større enn grensen satt i MAX_FILE_SIZE i HTML-skjemaet",
|
||||||
"No file was uploaded" : "Ingen filer ble lastet opp",
|
"No file was uploaded" : "Ingen filer ble lastet opp",
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
"The given web address is too long" : "Nettadressen er for lang",
|
"The given web address is too long" : "Nettadressen er for lang",
|
||||||
"The given slogan is too long" : "Slagordet er for langt",
|
"The given slogan is too long" : "Slagordet er for langt",
|
||||||
"The given color is invalid" : "Fargen er ugyldig",
|
"The given color is invalid" : "Fargen er ugyldig",
|
||||||
|
"The file was uploaded" : "Filen ble lastet opp",
|
||||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Filen er større enn grensen satt i upload_max_filesize i php.ini",
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Filen er større enn grensen satt i upload_max_filesize i php.ini",
|
||||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Filen du prøvde å laste opp er større enn grensen satt i MAX_FILE_SIZE i HTML-skjemaet",
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Filen du prøvde å laste opp er større enn grensen satt i MAX_FILE_SIZE i HTML-skjemaet",
|
||||||
"No file was uploaded" : "Ingen filer ble lastet opp",
|
"No file was uploaded" : "Ingen filer ble lastet opp",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"workflowengine",
|
"workflowengine",
|
||||||
{
|
{
|
||||||
|
"Unable to retrieve the group list" : "Nepavyko nuskaityti grupių sąrašo",
|
||||||
"Saved" : "Įrašyta",
|
"Saved" : "Įrašyta",
|
||||||
"Saving failed:" : "Įrašymas nepavyko:",
|
"Saving failed:" : "Įrašymas nepavyko:",
|
||||||
"File MIME type" : "Failo MIME tipas",
|
"File MIME type" : "Failo MIME tipas",
|
||||||
|
@ -59,6 +60,7 @@ OC.L10N.register(
|
||||||
"Check %s is invalid" : "Neteisingas %s",
|
"Check %s is invalid" : "Neteisingas %s",
|
||||||
"Check #%s does not exist" : "#%s neegzistuoja",
|
"Check #%s does not exist" : "#%s neegzistuoja",
|
||||||
"Workflow" : "Darbo eiga",
|
"Workflow" : "Darbo eiga",
|
||||||
|
"Files workflow engine" : "Darbo eigos su failais modulis",
|
||||||
"Open documentation" : "Atverti dokumentaciją",
|
"Open documentation" : "Atverti dokumentaciją",
|
||||||
"Add rule group" : "Pridėti taisyklių grupę",
|
"Add rule group" : "Pridėti taisyklių grupę",
|
||||||
"Short rule description" : "Rodyti taisyklės aprašymą",
|
"Short rule description" : "Rodyti taisyklės aprašymą",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
|
"Unable to retrieve the group list" : "Nepavyko nuskaityti grupių sąrašo",
|
||||||
"Saved" : "Įrašyta",
|
"Saved" : "Įrašyta",
|
||||||
"Saving failed:" : "Įrašymas nepavyko:",
|
"Saving failed:" : "Įrašymas nepavyko:",
|
||||||
"File MIME type" : "Failo MIME tipas",
|
"File MIME type" : "Failo MIME tipas",
|
||||||
|
@ -57,6 +58,7 @@
|
||||||
"Check %s is invalid" : "Neteisingas %s",
|
"Check %s is invalid" : "Neteisingas %s",
|
||||||
"Check #%s does not exist" : "#%s neegzistuoja",
|
"Check #%s does not exist" : "#%s neegzistuoja",
|
||||||
"Workflow" : "Darbo eiga",
|
"Workflow" : "Darbo eiga",
|
||||||
|
"Files workflow engine" : "Darbo eigos su failais modulis",
|
||||||
"Open documentation" : "Atverti dokumentaciją",
|
"Open documentation" : "Atverti dokumentaciją",
|
||||||
"Add rule group" : "Pridėti taisyklių grupę",
|
"Add rule group" : "Pridėti taisyklių grupę",
|
||||||
"Short rule description" : "Rodyti taisyklės aprašymą",
|
"Short rule description" : "Rodyti taisyklės aprašymą",
|
||||||
|
|
Loading…
Reference in New Issue