mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-08-05 08:18:18 +02:00
Added missing translatable string. Update pt-br translation. (#1204)
This commit is contained in:
committed by
GitHub
parent
8b330b75a4
commit
1bcc240119
@@ -4296,6 +4296,8 @@ function lng($txt) {
|
|||||||
$tr['en']['Invalid characters in file or folder name'] = 'Invalid characters in file or folder name';
|
$tr['en']['Invalid characters in file or folder name'] = 'Invalid characters in file or folder name';
|
||||||
$tr['en']['Operations with archives are not available'] = 'Operations with archives are not available';
|
$tr['en']['Operations with archives are not available'] = 'Operations with archives are not available';
|
||||||
$tr['en']['File or folder with this path already exists'] = 'File or folder with this path already exists';
|
$tr['en']['File or folder with this path already exists'] = 'File or folder with this path already exists';
|
||||||
|
$tr['en']['Are you sure want to rename?'] = 'Are you sure want to rename?';
|
||||||
|
$tr['en']['Are you sure want to'] = 'Are you sure want to';
|
||||||
|
|
||||||
$i18n = fm_get_translations($tr);
|
$i18n = fm_get_translations($tr);
|
||||||
$tr = $i18n ? $i18n : $tr;
|
$tr = $i18n ? $i18n : $tr;
|
||||||
|
@@ -1512,7 +1512,9 @@
|
|||||||
"Moved from": "Movido de",
|
"Moved from": "Movido de",
|
||||||
"Created": "Criado",
|
"Created": "Criado",
|
||||||
"You are logged in": "Você está logado",
|
"You are logged in": "Você está logado",
|
||||||
"Login failed. Invalid username or password": "Falha na autenticação. nome de usuário ou senha inválidos"
|
"Login failed. Invalid username or password": "Falha na autenticação. nome de usuário ou senha inválidos",
|
||||||
|
"Are you sure want to rename?": "Tem certeza de que deseja renomear?",
|
||||||
|
"Are you sure want to": "Tem certeza de que deseja"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2532,14 +2534,14 @@
|
|||||||
"Operations with archives are not available": "Bewerkingen met archieven zijn niet beschikbaar",
|
"Operations with archives are not available": "Bewerkingen met archieven zijn niet beschikbaar",
|
||||||
"File or folder with this path already exists": "Bestand of map met dit pad bestaat al",
|
"File or folder with this path already exists": "Bestand of map met dit pad bestaat al",
|
||||||
"Moved from": "Verplaatst van",
|
"Moved from": "Verplaatst van",
|
||||||
"a files": "bestanden",
|
"a files": "bestanden",
|
||||||
"Okay": "OK",
|
"Okay": "OK",
|
||||||
"Enter here...": "Voer hier in...",
|
"Enter here...": "Voer hier in...",
|
||||||
"Enter new file name": "Voer nieuwe bestandsnaam in:",
|
"Enter new file name": "Voer nieuwe bestandsnaam in:",
|
||||||
"Full path": "Volledig path",
|
"Full path": "Volledig path",
|
||||||
"File size": "Bestandsgrootte",
|
"File size": "Bestandsgrootte",
|
||||||
"Image sizes": "Afbeeldingsgrootte",
|
"Image sizes": "Afbeeldingsgrootte",
|
||||||
"Charset": "Karakterset",
|
"Charset": "Karakterset",
|
||||||
"Image": "Afbeelding",
|
"Image": "Afbeelding",
|
||||||
"Audio": "Audio",
|
"Audio": "Audio",
|
||||||
"Video": "Video",
|
"Video": "Video",
|
||||||
@@ -2547,15 +2549,15 @@
|
|||||||
"Files in archive": "Bestanden in archief",
|
"Files in archive": "Bestanden in archief",
|
||||||
"Total size": "Totale grootte",
|
"Total size": "Totale grootte",
|
||||||
"Compression": "Compressie",
|
"Compression": "Compressie",
|
||||||
"Size in archive": "Grootte in archief",
|
"Size in archive": "Grootte in archief",
|
||||||
"Invalid Token.": "Ongeldig token",
|
"Invalid Token.": "Ongeldig token",
|
||||||
"Fullscreen": "Volledig scherm",
|
"Fullscreen": "Volledig scherm",
|
||||||
"Undo": "Ongedaan maken",
|
"Undo": "Ongedaan maken",
|
||||||
"Redo": "Opnieuw doen",
|
"Redo": "Opnieuw doen",
|
||||||
"Theme": "Thema",
|
"Theme": "Thema",
|
||||||
"Select Theme": "Kies thema",
|
"Select Theme": "Kies thema",
|
||||||
"Select Font Size": "Kies fontgrootte",
|
"Select Font Size": "Kies fontgrootte",
|
||||||
"Are you sure want to rename?": "Weet u zeker dat u de naam wilt wijzigen?",
|
"Are you sure want to rename?": "Weet u zeker dat u de naam wilt wijzigen?",
|
||||||
"Are you sure want to": "Verder gaan met",
|
"Are you sure want to": "Verder gaan met",
|
||||||
"dark": "donker",
|
"dark": "donker",
|
||||||
"light": "licht"
|
"light": "licht"
|
||||||
|
Reference in New Issue
Block a user