mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Remove ugly RTL writing direction hack.
Instead of hard coding the languages to be rendered as RTL make it dependent on a translation string. Translate the string LTR to RTL to switch to RTL layout. This is equivalent to the handling done in the i18n example for Qt Jambi and while not the best solution at least cleaner than hardcoded languages. Update hebrew translation for this which is currently the only RTL translation. lupdate all other translations. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26865 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fcea117d21
commit
d258c58937
17 changed files with 6027 additions and 3520 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,77 +1,79 @@
|
||||||
<!DOCTYPE TS><TS>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.0">
|
||||||
<context>
|
<context>
|
||||||
<name>@default</name>
|
<name>@default</name>
|
||||||
<message>
|
<message>
|
||||||
<source>Can't open file %s!</source>
|
<source>Can't open file %s!</source>
|
||||||
<translation>Não é possível abrir o arquivo %s!</translation>
|
<translation type="obsolete">Não é possível abrir o arquivo %s!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Bootloader size is %d bytes</source>
|
<source>Bootloader size is %d bytes</source>
|
||||||
<translation>O tamanho do inicializador é %d bytes</translation>
|
<translation type="obsolete">O tamanho do inicializador é %d bytes</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Firmware size is %d bytes</source>
|
<source>Firmware size is %d bytes</source>
|
||||||
<translation>O tamanho do firmware é %d bytes</translation>
|
<translation type="obsolete">O tamanho do firmware é %d bytes</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Can't allocate %d bytes!</source>
|
<source>Can't allocate %d bytes!</source>
|
||||||
<translation>Não é possível alocar %d bytes!</translation>
|
<translation type="obsolete">Não é possível alocar %d bytes!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Reading %s into memory...</source>
|
<source>Reading %s into memory...</source>
|
||||||
<translation>Lendo %s na memória...</translation>
|
<translation type="obsolete">Lendo %s na memória...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Can't read file %s to memory!</source>
|
<source>Can't read file %s to memory!</source>
|
||||||
<translation>Não é possível ler o arquivo %s para a memória!</translation>
|
<translation type="obsolete">Não é possível ler o arquivo %s para a memória!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>File %s isn't a valid ChinaChip firmware!</source>
|
<source>File %s isn't a valid ChinaChip firmware!</source>
|
||||||
<translation>O arquivo %s não é um firmware ChinaChip válido!</translation>
|
<translation type="obsolete">O arquivo %s não é um firmware ChinaChip válido!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Couldn't find ccpmp.bin in %s!</source>
|
<source>Couldn't find ccpmp.bin in %s!</source>
|
||||||
<translation>Não foi possível encontrar ccpmp.bin em %s!</translation>
|
<translation type="obsolete">Não foi possível encontrar ccpmp.bin em %s!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Found ccpmp.bin at %d bytes</source>
|
<source>Found ccpmp.bin at %d bytes</source>
|
||||||
<translation>Encontrando ccpmp.bin no %d bytes</translation>
|
<translation type="obsolete">Encontrando ccpmp.bin no %d bytes</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Writing %d bytes to %s...</source>
|
<source>Writing %d bytes to %s...</source>
|
||||||
<translation>Escrevendo %d bytes para %s...</translation>
|
<translation type="obsolete">Escrevendo %d bytes para %s...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Can't write to file %s!</source>
|
<source>Can't write to file %s!</source>
|
||||||
<translation>Não é possível escrever no arquivo %s!</translation>
|
<translation type="obsolete">Não é possível escrever no arquivo %s!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Renaming it to ccpmp.old...</source>
|
<source>Renaming it to ccpmp.old...</source>
|
||||||
<translation>Renomeando-o para ccpmp.old...</translation>
|
<translation type="obsolete">Renomeando-o para ccpmp.old...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Making place for ccpmp.bin...</source>
|
<source>Making place for ccpmp.bin...</source>
|
||||||
<translation>Dando lugar a ccpmp.bin...</translation>
|
<translation type="obsolete">Dando lugar a ccpmp.bin...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Adding header to %s...</source>
|
<source>Adding header to %s...</source>
|
||||||
<translation>Adicionando cabeçalho para %s...</translation>
|
<translation type="obsolete">Adicionando cabeçalho para %s...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Can't obtain current time!</source>
|
<source>Can't obtain current time!</source>
|
||||||
<translation>Não foi possível obter a hora atual!</translation>
|
<translation type="obsolete">Não foi possível obter a hora atual!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Computing checksum...</source>
|
<source>Computing checksum...</source>
|
||||||
<translation>Calculando checksum...</translation>
|
<translation type="obsolete">Calculando checksum...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Updating main header...</source>
|
<source>Updating main header...</source>
|
||||||
<translation>Atualizando cabeçalho principal...</translation>
|
<translation type="obsolete">Atualizando cabeçalho principal...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Writing output to %s...</source>
|
<source>Writing output to %s...</source>
|
||||||
<translation>Escrevendo saída para %s...</translation>
|
<translation type="obsolete">Escrevendo saída para %s...</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
@ -497,6 +499,69 @@ Veja http://www.rockbox.org/wiki/IpodConversionToFAT32</translation>
|
||||||
<translation>Inicializador do Rockbox removido com sucesso</translation>
|
<translation>Inicializador do Rockbox removido com sucesso</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>BootloaderInstallMpio</name>
|
||||||
|
<message>
|
||||||
|
<source>Bootloader installation requires you to provide a firmware file of the original firmware (bin file). You need to download this file yourself due to legal reasons. Please refer to the <a href='http://www.rockbox.org/manual.shtml'>manual</a> and the <a href='http://www.rockbox.org/wiki/MPIOHD200Port'>MPIOHD200Port</a> wiki page on how to obtain this file.<br/>Press Ok to continue and browse your computer for the firmware file.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Downloading bootloader file</source>
|
||||||
|
<translation type="unfinished">Transferindo arquivo do inicializador</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Could not open the original firmware.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Could not read the original firmware.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Loaded firmware file does not look like MPIO OF file.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Could not open downloaded bootloader.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Place for bootloader in OF file not empty.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Could not read the downloaded bootloader.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Bootloader checksum error.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Could not open outputfile.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Could not write outputfile.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Unknown errornumber: %1</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Patching original firmware failed: %1</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Success: modified firmware file created</source>
|
||||||
|
<translation type="unfinished">Sucesso: criado arquivo de firmware modificado</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>To uninstall, perform a normal upgrade with an unmodified original firmware</source>
|
||||||
|
<translation type="unfinished">Para desinstalar, faça uma atualização normal com um firmware original não modificado</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>BootloaderInstallSansa</name>
|
<name>BootloaderInstallSansa</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -1437,6 +1502,11 @@ Alvo instalado: %1, alvo selecionado: %2.</li></translation>
|
||||||
<source>Problem detected:</source>
|
<source>Problem detected:</source>
|
||||||
<translation>Problema detectado:</translation>
|
<translation>Problema detectado:</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>LTR</source>
|
||||||
|
<extracomment>This string is used to indicate the writing direction. Translate it to "RTL" (without quotes) for RTL languages. Anything else will get treated as LTR language.</extracomment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>RbUtilQt</name>
|
<name>RbUtilQt</name>
|
||||||
|
@ -1732,6 +1802,30 @@ Erro de rede: %1. Por favor, verifique sua configuração de rede e proxy.</tran
|
||||||
<source>Rockbox Utility can not uninstall the bootloader on this target.Try a normal firmware update to remove the booloader.</source>
|
<source>Rockbox Utility can not uninstall the bootloader on this target.Try a normal firmware update to remove the booloader.</source>
|
||||||
<translation>O Utilitário Rockbox não pode desinstalar o inicializador neste alvo. Tente uma atualização normal de firmware para remover o inicializador.</translation>
|
<translation>O Utilitário Rockbox não pode desinstalar o inicializador neste alvo. Tente uma atualização normal de firmware para remover o inicializador.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>No Rockbox installation found</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Could not determine the installed Rockbox version. Please install a Rockbox build before installing fonts.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Could not determine the installed Rockbox version. Please install a Rockbox build before installing voice files.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Checking for update ...</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>New version of Rockbox Utility available.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Rockbox Utility is up to date.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>RbUtilQtFrm</name>
|
<name>RbUtilQtFrm</name>
|
||||||
|
@ -2434,9 +2528,11 @@ código de resposta HTTP: %1</translation>
|
||||||
<source>Mount point is wrong!</source>
|
<source>Mount point is wrong!</source>
|
||||||
<translation>O ponto de montagem está incorreto!</translation>
|
<translation>O ponto de montagem está incorreto!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message numerus="yes">
|
||||||
<source>Download size %L1 kiB (%n item(s))</source>
|
<source>Download size %L1 kiB (%n item(s))</source>
|
||||||
<translation type="obsolete">
|
<translation type="unfinished">
|
||||||
|
<numerusform>
|
||||||
|
</numerusform>
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
@ -2764,7 +2860,7 @@ código de resposta HTTP: %1</translation>
|
||||||
<source>&Ok</source>
|
<source>&Ok</source>
|
||||||
<translation>&Ok</translation>
|
<translation>&Ok</translation>
|
||||||
</message>
|
</message>
|
||||||
<message encoding="UTF-8">
|
<message utf8="true">
|
||||||
<source>Installer and housekeeping utility for the Rockbox open source digital audio player firmware.<br/>© 2005 - 2010 The Rockbox Team.<br/>Released under the GNU General Public License v2.<br/>Uses icons by the <a href="http://tango.freedesktop.org/">Tango Project</a>.<br/><center><a href="http://www.rockbox.org">http://www.rockbox.org</a></center></source>
|
<source>Installer and housekeeping utility for the Rockbox open source digital audio player firmware.<br/>© 2005 - 2010 The Rockbox Team.<br/>Released under the GNU General Public License v2.<br/>Uses icons by the <a href="http://tango.freedesktop.org/">Tango Project</a>.<br/><center><a href="http://www.rockbox.org">http://www.rockbox.org</a></center></source>
|
||||||
<translation>Utilitário instalador e de manutenção para o firmware de código aberto de reprodutores digitais de música Rockbox.<br/>© 2005 - 2010 The Rockbox Team.<br/>Released under the GNU General Public License v2.<br/>Uses icons by the <a href="http://tango.freedesktop.org/">Tango Project</a>.<br/><center><a href="http://www.rockbox.org">http://www.rockbox.org</a></center></translation>
|
<translation>Utilitário instalador e de manutenção para o firmware de código aberto de reprodutores digitais de música Rockbox.<br/>© 2005 - 2010 The Rockbox Team.<br/>Released under the GNU General Public License v2.<br/>Uses icons by the <a href="http://tango.freedesktop.org/">Tango Project</a>.<br/><center><a href="http://www.rockbox.org">http://www.rockbox.org</a></center></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -295,6 +295,10 @@
|
||||||
<source>invalid file: "length3" field wrong</source>
|
<source>invalid file: "length3" field wrong</source>
|
||||||
<translation>файл негоден: неверное поле "длина3"</translation>
|
<translation>файл негоден: неверное поле "длина3"</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Uninstallation not possible, only installation info removed</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>BootloaderInstallIpod</name>
|
<name>BootloaderInstallIpod</name>
|
||||||
|
@ -380,6 +384,10 @@ See http://www.rockbox.org/wiki/IpodConversionToFAT32</source>
|
||||||
<source>Could not open Ipod: permission denied</source>
|
<source>Could not open Ipod: permission denied</source>
|
||||||
<translation>Не могу открыть iPod: доступ запрещён</translation>
|
<translation>Не могу открыть iPod: доступ запрещён</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Error: could not retrieve device name</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>BootloaderInstallMi4</name>
|
<name>BootloaderInstallMi4</name>
|
||||||
|
@ -416,6 +424,69 @@ See http://www.rockbox.org/wiki/IpodConversionToFAT32</source>
|
||||||
<translation>Загрузчик Rockbox успешно удалён</translation>
|
<translation>Загрузчик Rockbox успешно удалён</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>BootloaderInstallMpio</name>
|
||||||
|
<message>
|
||||||
|
<source>Bootloader installation requires you to provide a firmware file of the original firmware (bin file). You need to download this file yourself due to legal reasons. Please refer to the <a href='http://www.rockbox.org/manual.shtml'>manual</a> and the <a href='http://www.rockbox.org/wiki/MPIOHD200Port'>MPIOHD200Port</a> wiki page on how to obtain this file.<br/>Press Ok to continue and browse your computer for the firmware file.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Downloading bootloader file</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Could not open the original firmware.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Could not read the original firmware.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Loaded firmware file does not look like MPIO OF file.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Could not open downloaded bootloader.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Place for bootloader in OF file not empty.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Could not read the downloaded bootloader.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Bootloader checksum error.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Could not open outputfile.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Could not write outputfile.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Unknown errornumber: %1</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Patching original firmware failed: %1</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Success: modified firmware file created</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>To uninstall, perform a normal upgrade with an unmodified original firmware</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>BootloaderInstallSansa</name>
|
<name>BootloaderInstallSansa</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -511,6 +582,10 @@ See http://www.rockbox.org/wiki/SansaE200Install
|
||||||
<source>Writing log aborted</source>
|
<source>Writing log aborted</source>
|
||||||
<translation>Запись журнала отменена</translation>
|
<translation>Запись журнала отменена</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Error: could not retrieve device name</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>BootloaderInstallTcc</name>
|
<name>BootloaderInstallTcc</name>
|
||||||
|
@ -550,6 +625,10 @@ See http://www.rockbox.org/wiki/SansaE200Install
|
||||||
<source>Could not patch firmware</source>
|
<source>Could not patch firmware</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>To uninstall, perform a normal upgrade with an unmodified original firmware</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>BrowseDirtreeFrm</name>
|
<name>BrowseDirtreeFrm</name>
|
||||||
|
@ -753,6 +832,15 @@ Please configure TTS engine.</source>
|
||||||
Rockbox needs a FAT formatted Ipod (so-called "WinPod") to run. </source>
|
Rockbox needs a FAT formatted Ipod (so-called "WinPod") to run. </source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Proxy Detection</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>The System Proxy settings are invalid!
|
||||||
|
Rockbox Utility can't work with this proxy settings. Make sure the system proxy is set correctly. Note that "proxy auto-config (PAC)" scripts are not supported by Rockbox Utility. If your system uses this you need to use manual proxy settings.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>ConfigForm</name>
|
<name>ConfigForm</name>
|
||||||
|
@ -1138,7 +1226,7 @@ Rockbox needs a FAT formatted Ipod (so-called "WinPod") to run. </sour
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Really continue?</source>
|
<source>Really continue?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished">Продожить?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Aborted!</source>
|
<source>Aborted!</source>
|
||||||
|
@ -1150,11 +1238,11 @@ Rockbox needs a FAT formatted Ipod (so-called "WinPod") to run. </sour
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Backup successful</source>
|
<source>Backup successful</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished">Резеврная копия успешно создана</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Backup failed!</source>
|
<source>Backup failed!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished">Не удалось создать резервную копию!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Select Backup Filename</source>
|
<source>Select Backup Filename</source>
|
||||||
|
@ -1335,6 +1423,11 @@ Installed target: %1, selected target: %2.</li></source>
|
||||||
<source>Problem detected:</source>
|
<source>Problem detected:</source>
|
||||||
<translation>Обнаружена проблема:</translation>
|
<translation>Обнаружена проблема:</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>LTR</source>
|
||||||
|
<extracomment>This string is used to indicate the writing direction. Translate it to "RTL" (without quotes) for RTL languages. Anything else will get treated as LTR language.</extracomment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>RbUtilQt</name>
|
<name>RbUtilQt</name>
|
||||||
|
@ -1348,7 +1441,7 @@ Installed target: %1, selected target: %2.</li></source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Network error: %1. Please check your network and proxy settings.</source>
|
<source>Network error: %1. Please check your network and proxy settings.</source>
|
||||||
<translation>Ошибка сети: %1. Проверьте ваши настройки сети и прокси.</translation>
|
<translation type="obsolete">Ошибка сети: %1. Проверьте ваши настройки сети и прокси.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source><b>%1 %2</b> at <b>%3</b></source>
|
<source><b>%1 %2</b> at <b>%3</b></source>
|
||||||
|
@ -1500,7 +1593,7 @@ Installed target: %1, selected target: %2.</li></source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Can't get version information.</source>
|
<source>Can't get version information.</source>
|
||||||
<translation>Не могу получить информацию о версии.</translation>
|
<translation type="obsolete">Не могу получить информацию о версии.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Really continue?</source>
|
<source>Really continue?</source>
|
||||||
|
@ -1558,7 +1651,7 @@ Press "No" to skip this step.</source>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>No uninstall method known.</source>
|
<source>No uninstall method known.</source>
|
||||||
<translation>Нет известного способа удаления.</translation>
|
<translation type="obsolete">Нет известного способа удаления.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Do you really want to perform a complete installation?
|
<source>Do you really want to perform a complete installation?
|
||||||
|
@ -1608,6 +1701,51 @@ This will install Rockbox %1. To install the most recent development build avail
|
||||||
<source><b>New RockboxUtility Version available.</b> <br><br>Download it from here: <a href='%1'>%2</a></source>
|
<source><b>New RockboxUtility Version available.</b> <br><br>Download it from here: <a href='%1'>%2</a></source>
|
||||||
<translation>Доступна новая версия мастера Rockbox. Скачать можно отсюда: <a href='%1'>%2</a></translation>
|
<translation>Доступна новая версия мастера Rockbox. Скачать можно отсюда: <a href='%1'>%2</a></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Wine detected!</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>It seems you are trying to run this program under Wine. Please don't do this, running under Wine will fail. Use the native Linux binary instead.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Can't get version information.
|
||||||
|
Network error: %1. Please check your network and proxy settings.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>No Rockbox installation found</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Could not determine the installed Rockbox version. Please install a Rockbox build before installing fonts.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Could not determine the installed Rockbox version. Please install a Rockbox build before installing voice files.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>No uninstall method for this target known.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Rockbox Utility can not uninstall the bootloader on this target.Try a normal firmware update to remove the booloader.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Checking for update ...</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>New version of Rockbox Utility available.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Rockbox Utility is up to date.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>RbUtilQtFrm</name>
|
<name>RbUtilQtFrm</name>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -65,7 +65,10 @@ int main( int argc, char ** argv ) {
|
||||||
delete user;
|
delete user;
|
||||||
app.installTranslator(&translator);
|
app.installTranslator(&translator);
|
||||||
app.installTranslator(&qttrans);
|
app.installTranslator(&qttrans);
|
||||||
if(applang.startsWith("he"))
|
//: This string is used to indicate the writing direction. Translate it
|
||||||
|
//: to "RTL" (without quotes) for RTL languages. Anything else will get
|
||||||
|
//: treated as LTR language.
|
||||||
|
if(QObject::tr("LTR") == "RTL")
|
||||||
app.setLayoutDirection(Qt::RightToLeft);
|
app.setLayoutDirection(Qt::RightToLeft);
|
||||||
|
|
||||||
RbUtilQt window(0);
|
RbUtilQt window(0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue