Changeset 843 for trunk/locale/cs.php


Ignore:
Timestamp:
Jan 14, 2016, 10:25:47 PM (8 years ago)
Author:
chronos
Message:
  • Added: Support for translatable URLs. Now each language can have URL in its language.

This requires to all links inside web to use System->Link function which is responsible for translation.
All links need to be written in english so they can be translated to other language.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/locale/cs.php

    r838 r843  
    88    $this->Title = 'Česky';
    99    $this->Data = array(
     10      '' => array(
    1011      'Access denied' => 'Nemáte oprávnění',
    1112      'Show welcome' => 'Odkrýt úvod',
     
    160161      'Online check port' => 'Zkontroloat port online',
    161162      'There are servers listed which are in fact offering translated game. '.
    162     'There is resoluted if translation is offered either on client side, on server side or both. '.
    163     'Term "Czech server" doesn\'t mean that server is operated by Czech people but that it is possible to play in Czech.' =>
    164     'Zde jsou uvedeny servery, které opravdu nabízí přeloženou hru. Rozlišuje se, jestli překlad je nabízen na straně klienta, serveru nebo obou.'.
    165 'Pojem "Český server" neznamená, že server je provozovaný čechy, ale že je možné hrát v češtině',
     163        'There is resoluted if translation is offered either on client side, on server side or both. '.
     164        'Term "Czech server" doesn\'t mean that server is operated by Czech people but that it is possible to play in Czech.' =>
     165        'Zde jsou uvedeny servery, které opravdu nabízí přeloženou hru. Rozlišuje se, jestli '.
     166        'překlad je nabízen na straně klienta, serveru nebo obou.'.
     167        'Pojem "Český server" neznamená, že server je provozovaný čechy, ale že je možné hrát v češtině',
    166168      'Last translations' => 'Poslední překlady',
    167169      'View' => 'Zobrazit',
     
    345347      'Language:' => 'Jazyk:',
    346348      'Statistics of translation completion of language %s for version %s' => 'Statistika dokončení překladů jazyka %s pro verzi %s',
     349      'Translations' => 'Překlady',
     350      'Processing' => 'Zpracování',
     351      'Words' => 'Slova',
     352      'Not translated' => 'Nepřeložené',
     353      'Unfinished - Not translated' => 'Rozpracované-Nepřeložené',
     354      'Missing $ ($N,$s..)' => 'Chybějící $ ($N,$s..)',
     355      'Missing $ - Not fixed' => 'Chybějící $ - Neopravený',
     356      'Number' => 'Číslo',
     357      'From version' => 'Verze od',
     358      'To version' => 'Verze do',
     359      'Count' => 'Počet',
     360      ),
     361      'URL' => array(
     362        'download' => 'stahovani',
     363        'team' => 'tym',
     364        'client-version' => 'verze-klienta',
     365        'login' => 'prihlaseni',
     366        'registration' => 'registrace',
     367        'options' => 'volby',
     368        'profile' => 'profil',
     369        'user' => 'uzivatel',
     370        'users' => 'uzivatele',
     371        'dictionary' => 'slovnik',
     372        'progress' => 'prubeh',
     373        'admin' => 'sprava',
     374        'files' => 'soubory',
     375        'server' => 'server',
     376        'export' => 'export',
     377        'team' => 'tym',
     378        'translation-groups' => 'prekladove-skupiny',
     379        'news' => 'novinky',
     380        'shoutbox' => 'kecatko',
     381      ),
    347382    );
    348383  }
Note: See TracChangeset for help on using the changeset viewer.