Updated locales

This commit is contained in:
amla70
2010-08-25 08:31:12 +00:00
parent e4d848959b
commit a45e97e793
20 changed files with 362 additions and 292 deletions

View File

@@ -2,6 +2,7 @@ content sendtophone chrome/content/
skin sendtophone classic/1.0 chrome/skin/
resource sendtophone modules/
locale sendtophone cs chrome/locale/cs/
locale sendtophone de chrome/locale/de/
locale sendtophone en-US chrome/locale/en-US/
locale sendtophone es chrome/locale/es/

View File

@@ -0,0 +1,24 @@
<!ENTITY sendtophoneToolbarButton.label "Fox To Phone">
<!ENTITY sendtophoneToolbarButton.tooltip "Odeslat tuto stránku do telefonu">
<!ENTITY sendtophoneContext.label "Odeslat tento odkaz do telefonu">
<!ENTITY sendtophoneContext.accesskey "A">
<!ENTITY sendtophoneContextImage.label "Odeslat tento obrázek do telefonu">
<!ENTITY sendtophoneContextImage.accesskey "A">
<!ENTITY sendtophoneContextText.label "Odeslat tento text do telefonu">
<!ENTITY sendtophoneContextText.accesskey "A">
<!ENTITY sendtophoneContextPage.label "Odeslat tuto stránku do telefonu">
<!ENTITY sendtophoneContextPage.accesskey "A">
<!ENTITY sendtophoneContextLogout.label "Odhlásit">
<!ENTITY sendtophoneContextLogout.accesskey "L">
<!ENTITY sendtophoneOptions.title "Nastavení">
<!ENTITY sendtophoneProtocols.label "Protokoly">
<!ENTITY sendtophoneContextSendFile.label "Odeslat soubory...">
<!ENTITY sendtophoneContextSendFile.accesskey "S">
<!ENTITY sendtophoneContextSendFolder.label "Odeslat složku...">
<!ENTITY sendtophoneContextSendFolder.accesskey "F">
<!ENTITY sendtophoneContextQrImage.label "Odeslat odkaz z QR kódu do telefonu">
<!ENTITY sendtophoneContextQrImage.accesskey "Q">
<!ENTITY sendtophoneContextSendClipboard.label "Odeslat obsah schránky">
<!ENTITY sendtophoneContextSendClipboard.accesskey "C">
<!ENTITY sendtophoneContextVideo.label "Odeslat video do telefonu">
<!ENTITY sendtophoneContextVideo.accesskey "V">

View File

@@ -0,0 +1,23 @@
extensions.sendtophone@martinezdelizarrondo.com.description=Odešle aktuální stránku do telefonu
SendToPhoneTitle=Fox To Phone
InvalidScheme=Nevalidní schéma, odesílejte prosím pouze http:// nebo https:// odkazy.
InfoSent=Odkaz byl odeslán do Vašeho telefonu.
ErrorOnSend=Během odesílání se vyskytla chyba:
LoginRequired=Pro odeslání odkazu je potřeba být přihlášen.
LoginSuccessful=Byl(a) jste přihlášen(a).
DeviceNotRegistered=Nainstalujte chrometophone.apk na Váš telefon
LogoutSuccessful=Byl(a) jste odhlášen(a)
marketLink=Odkaz na market
smsLink=SMS číslo
smstoLink=SMS číslo
telLink=Telefonní číslo
InvalidFile=Soubor není validní
SendFileToPhone=Odeslat soubory do telefonu.
SendFolderToPhone=Odeslat složku do telefonu.
qrTitle=Odkaz na QR obrázek
ConfirmQR=Byl detekován QR obrázek\n"%s"\nOpravdu ho chcete odeslat namísto stránky?
RememberMyDecision=Zapamatovat
qrContextMenu=Odeslat "%s" do telefonu
FileUploadsDisabled=Není možné odeslat soubory do telefonu.
FileTooBig=Soubor je příliš veliký.
videoTitle=Odkaz na video

View File

@@ -0,0 +1 @@
<!ENTITY compressing.label "Komprimuji složku">

View File

@@ -15,7 +15,7 @@ InvalidFile=Not a valid file
SendFileToPhone=Send files to your phone.
SendFolderToPhone=Send a folder to your phone.
qrTitle=QR Image Link
ConfirmQR=A QR image has been detected\r\n"%s"\r\nDo you want to send that instead of the page?
ConfirmQR=A QR image has been detected\n"%s"\nDo you want to send that instead of the page?
RememberMyDecision=Remember my decision
qrContextMenu=Send "%s" to Android
FileUploadsDisabled=It's not possible to upload files to the phone.

View File

@@ -15,7 +15,7 @@ InvalidFile=No es un fichero válido.
SendFileToPhone=Envía ficheros al teléfono.
SendFolderToPhone=Envía una carpeta al teléfono.
qrTitle=Imagen QR
ConfirmQR=Se ha detectado una imagen QR\r\n"%s"\r\n¿Quiere enviarlo en lugar de la página?
ConfirmQR=Se ha detectado una imagen QR\n"%s"\n¿Quiere enviarlo en lugar de la página?
RememberMyDecision=Recordar mi decisión
qrContextMenu=Enviar "%s" a Android
FileUploadsDisabled=No se pueden enviar ficheros al teléfono.

View File

@@ -15,7 +15,7 @@ InvalidFile=Not a valid file
SendFileToPhone=Send files to your phone.
SendFolderToPhone=Send a folder to your phone.
qrTitle=QR Image Link
ConfirmQR=A QR image has been detected\r\n"%s"\r\nDo you want to send that instead of the page?
ConfirmQR=A QR image has been detected\n"%s"\nDo you want to send that instead of the page?
qrContextMenu=Send "%s" to Android
FileUploadsDisabled=It's not possible to upload files to the phone.
FileTooBig=The file is too big.

View File

@@ -15,7 +15,7 @@ InvalidFile=Not a valid file
SendFileToPhone=Send files to your phone.
SendFolderToPhone=Send a folder to your phone.
qrTitle=QR Image Link
ConfirmQR=A QR image has been detected\r\n"%s"\r\nDo you want to send that instead of the page?
ConfirmQR=A QR image has been detected\n"%s"\nDo you want to send that instead of the page?
qrContextMenu=Send "%s" to Android
FileUploadsDisabled=It's not possible to upload files to the phone.
FileTooBig=The file is too big.

View File

@@ -15,7 +15,7 @@ InvalidFile=Not a valid file
SendFileToPhone=Send files to your phone.
SendFolderToPhone=Send a folder to your phone.
qrTitle=QR Image Link
ConfirmQR=A QR image has been detected\r\n"%s"\r\nDo you want to send that instead of the page?
ConfirmQR=A QR image has been detected\n"%s"\nDo you want to send that instead of the page?
qrContextMenu=Send "%s" to Android
FileUploadsDisabled=It's not possible to upload files to the phone.
FileTooBig=The file is too big.

View File

@@ -15,7 +15,7 @@ InvalidFile=Nem valós fájl
SendFileToPhone=Fájlok küldése a telefonodra.
SendFolderToPhone=Mappa küldése a telefonodra.
qrTitle=QR kép link
ConfirmQR=QR kép észéeéve\r\n"%s"\r\nEzt akartod küldeni az oldallal együtt?
ConfirmQR=QR kép észéeéve\n"%s"\nEzt akartod küldeni az oldallal együtt?
RememberMyDecision=Emlékezzen, hogyan döntöttem
qrContextMenu="%s" küldése az Androidra
FileUploadsDisabled=Fájlok feltöltése nem lehetséges a telefonra.

View File

@@ -15,7 +15,7 @@ InvalidFile=Not a valid file
SendFileToPhone=Send files to your phone.
SendFolderToPhone=Send a folder to your phone.
qrTitle=QR Image Link
ConfirmQR=A QR image has been detected\r\n"%s"\r\nDo you want to send that instead of the page?
ConfirmQR=A QR image has been detected\n"%s"\nDo you want to send that instead of the page?
qrContextMenu=Send "%s" to Android
FileUploadsDisabled=It's not possible to upload files to the phone.
FileTooBig=The file is too big.

View File

@@ -15,7 +15,7 @@ InvalidFile=Not a valid file
SendFileToPhone=Send files to your phone.
SendFolderToPhone=Send a folder to your phone.
qrTitle=QR Image Link
ConfirmQR=A QR image has been detected\r\n"%s"\r\nDo you want to send that instead of the page?
ConfirmQR=A QR image has been detected\n"%s"\nDo you want to send that instead of the page?
qrContextMenu=Send "%s" to Android
FileUploadsDisabled=It's not possible to upload files to the phone.
FileTooBig=The file is too big.

View File

@@ -15,7 +15,7 @@ InvalidFile=Not a valid file
SendFileToPhone=Send files to your phone.
SendFolderToPhone=Send a folder to your phone.
qrTitle=QR Image Link
ConfirmQR=A QR image has been detected\r\n"%s"\r\nDo you want to send that instead of the page?
ConfirmQR=A QR image has been detected\n"%s"\nDo you want to send that instead of the page?
qrContextMenu=Send "%s" to Android
FileUploadsDisabled=It's not possible to upload files to the phone.
FileTooBig=The file is too big.

View File

@@ -15,7 +15,7 @@ InvalidFile=Not a valid file
SendFileToPhone=Send files to your phone.
SendFolderToPhone=Send a folder to your phone.
qrTitle=QR Image Link
ConfirmQR=A QR image has been detected\r\n"%s"\r\nDo you want to send that instead of the page?
ConfirmQR=A QR image has been detected\n"%s"\nDo you want to send that instead of the page?
qrContextMenu=Send "%s" to Android
FileUploadsDisabled=It's not possible to upload files to the phone.
FileTooBig=The file is too big.

View File

@@ -12,3 +12,13 @@
<!ENTITY sendtophoneContextLogout.accesskey "О">
<!ENTITY sendtophoneOptions.title "Подешавања слања у телефон">
<!ENTITY sendtophoneProtocols.label "Протоколи">
<!ENTITY sendtophoneContextSendFile.label "Пошаљи датотеке...">
<!ENTITY sendtophoneContextSendFile.accesskey "Д">
<!ENTITY sendtophoneContextSendFolder.label "Пошаљи фасциклу...">
<!ENTITY sendtophoneContextSendFolder.accesskey "Ф">
<!ENTITY sendtophoneContextQrImage.label "Пошаљи декодирану QR везу на Андроид">
<!ENTITY sendtophoneContextQrImage.accesskey "В">
<!ENTITY sendtophoneContextSendClipboard.label "Пошаљи садржај оставе">
<!ENTITY sendtophoneContextSendClipboard.accesskey "Т">
<!ENTITY sendtophoneContextVideo.label "Пошаљи видео на Андроид">
<!ENTITY sendtophoneContextVideo.accesskey "Д">

View File

@@ -11,3 +11,13 @@ marketLink=Тржишна веза
smsLink=SMS број
smstoLink=SMS број
telLink=Број телефона
InvalidFile=Неважећа датотека
SendFileToPhone=Пошаљите датотеке на свој телефон
SendFolderToPhone=Пошаљите фасциклу на свој телефон
qrTitle=QR веза до слике
ConfirmQR=Препозната је QR слика\n„%s”\nЖелите ли да је пошаљете уместо ове странице?
RememberMyDecision=Упамти мој одговор
qrContextMenu=Пошаљи „%s” у Андроид
FileUploadsDisabled=Није могуће слати слике на телефон.
FileTooBig=Датотека је превелика.
videoTitle=Веза до видео снимка

View File

@@ -12,7 +12,7 @@
<!ENTITY sendtophoneContextLogout.accesskey "L">
<!ENTITY sendtophoneOptions.title "Fox To Phone Preferences">
<!ENTITY sendtophoneProtocols.label "Protocols">
<<!ENTITY sendtophoneContextSendFile.label "Send files...">
<!ENTITY sendtophoneContextSendFile.label "Send files...">
<!ENTITY sendtophoneContextSendFile.accesskey "S">
<!ENTITY sendtophoneContextSendFolder.label "Send folder...">
<!ENTITY sendtophoneContextSendFolder.accesskey "F">

View File

@@ -15,7 +15,7 @@ InvalidFile=Not a valid file
SendFileToPhone=Send files to your phone.
SendFolderToPhone=Send a folder to your phone.
qrTitle=QR Image Link
ConfirmQR=A QR image has been detected\r\n"%s"\r\nDo you want to send that instead of the page?
ConfirmQR=A QR image has been detected\n"%s"\nDo you want to send that instead of the page?
qrContextMenu=Send "%s" to Android
FileUploadsDisabled=It's not possible to upload files to the phone.
FileTooBig=The file is too big.

View File

@@ -15,7 +15,7 @@ InvalidFile=Not a valid file
SendFileToPhone=Send files to your phone.
SendFolderToPhone=Send a folder to your phone.
qrTitle=QR Image Link
ConfirmQR=A QR image has been detected\r\n"%s"\r\nDo you want to send that instead of the page?
ConfirmQR=A QR image has been detected\n"%s"\nDo you want to send that instead of the page?
qrContextMenu=Send "%s" to Android
FileUploadsDisabled=It's not possible to upload files to the phone.
FileTooBig=The file is too big.

View File

@@ -16,12 +16,13 @@
<em:contributor>Goofy (French)</em:contributor>
<em:contributor>Emanuel S. (German)</em:contributor>
<em:contributor>ДакСРБИЈА (Serbian)</em:contributor>
<em:contributor>Martin Zubek (Czech)</em:contributor>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
<em:minVersion>3.5</em:minVersion>
<em:maxVersion>4.0b4pre</em:maxVersion>
<em:maxVersion>4.0b5pre</em:maxVersion>
</Description>
</em:targetApplication>
</Description>