mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
New Crowdin updates (#1191)
* New translations main.php (Romanian) * New translations main.php (Spanish) * New translations main.php (Afrikaans) * New translations main.php (Arabic) * New translations main.php (Belarusian) * New translations main.php (Bulgarian) * New translations main.php (Catalan) * New translations main.php (Czech) * New translations main.php (Danish) * New translations main.php (German) * New translations main.php (Greek) * New translations main.php (Finnish) * New translations main.php (Hebrew) * New translations main.php (Hungarian) * New translations main.php (Armenian) * New translations main.php (Italian) * New translations main.php (Japanese) * New translations main.php (Georgian) * New translations main.php (Korean) * New translations main.php (Lithuanian) * New translations main.php (Dutch) * New translations main.php (Norwegian) * New translations main.php (Polish) * New translations main.php (Russian) * New translations main.php (Slovak) * New translations main.php (Slovenian) * New translations main.php (Albanian) * New translations main.php (Serbian (Cyrillic)) * New translations main.php (Swedish) * New translations main.php (Turkish) * New translations main.php (Ukrainian) * New translations main.php (Chinese Traditional) * New translations main.php (English) * New translations main.php (Vietnamese) * New translations main.php (Portuguese, Brazilian) * New translations main.php (Indonesian) * New translations main.php (Thai) * New translations main.php (Croatian) * New translations main.php (Kazakh) * New translations main.php (Estonian) * New translations main.php (Latvian) * New translations main.php (Azerbaijani) * New translations main.php (Hindi) * New translations main.php (Bosnian) * New translations main.php (Uzbek) * New translations main.php (Tajik) * New translations main.php (French)
This commit is contained in:
parent
da2559364b
commit
6d3010a786
47 changed files with 329 additions and 282 deletions
|
@ -68,7 +68,7 @@ $lang['SHORT_PAGE'] = 'stránka';
|
|||
$lang['GOTO_PAGE'] = 'Přejít na stránku';
|
||||
$lang['GOTO_SHORT'] = 'Stránka';
|
||||
$lang['JOINED'] = 'Připojil';
|
||||
$lang['LONGEVITY'] = 'Dlouhověkost';
|
||||
$lang['LONGEVITY'] = 'Registrován';
|
||||
$lang['IP_ADDRESS'] = 'IP Adresa';
|
||||
$lang['POSTED_AFTER'] = 'po';
|
||||
|
||||
|
@ -1106,25 +1106,26 @@ $lang['TOR_STATUS'] = 'Stav';
|
|||
$lang['TOR_STATUS_SELECT_ACTION'] = 'Vyberte stav';
|
||||
$lang['TOR_STATUS_NOT_SELECT'] = 'Nemáte-li stav.';
|
||||
$lang['TOR_STATUS_SELECT_ALL'] = 'Všechny stavy';
|
||||
$lang['TOR_STATUS_FORBIDDEN'] = 'This topic\'s status is: ';
|
||||
$lang['TOR_STATUS_NAME'] = [
|
||||
TOR_NOT_APPROVED => 'není kontrolována',
|
||||
TOR_CLOSED => 'zavřeno',
|
||||
TOR_APPROVED => 'zkontroloval',
|
||||
TOR_NEED_EDIT => 'není formálně až do',
|
||||
TOR_NO_DESC => 'ne formálně',
|
||||
TOR_DUP => 'opakujte',
|
||||
TOR_CLOSED_CPHOLD => 'zavřený',
|
||||
TOR_DUP => 'duplicate',
|
||||
TOR_CLOSED_CPHOLD => 'closed (copyright)',
|
||||
TOR_CONSUMED => 'vstřebává',
|
||||
TOR_DOUBTFUL => 'pochybné',
|
||||
TOR_CHECKING => 'ověřeno',
|
||||
TOR_CHECKING => 'being checked',
|
||||
TOR_TMP => 'dočasné',
|
||||
TOR_PREMOD => 'pre-moderování',
|
||||
TOR_REPLENISH => 'doplnit',
|
||||
TOR_REPLENISH => 'replenishing',
|
||||
];
|
||||
$lang['TOR_STATUS_FAILED'] = 'Takový stav neexistuje!';
|
||||
$lang['TORRENT_FAILED'] = 'Distribuce nebyla nalezena!';
|
||||
$lang['TOR_STATUS_DUB'] = 'Distribuce má stejný status';
|
||||
$lang['TOR_DONT_CHANGE'] = 'Změna statusu nemůže být!';
|
||||
$lang['TOR_DONT_CHANGE'] = 'Change of status can not be performed!';
|
||||
$lang['TOR_STATUS_OF'] = 'Distribuce má status:';
|
||||
$lang['TOR_STATUS_CHANGED'] = 'Stav změnil: ';
|
||||
$lang['TOR_BACK'] = ' zpět';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue