mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
Added localisation for English, Irish, French, German, Spanish, Japanese, Chinese and Hindi.
This commit is contained in:
22
third_party/firefox_sendtophone/chrome.manifest
vendored
22
third_party/firefox_sendtophone/chrome.manifest
vendored
@@ -1,7 +1,25 @@
|
||||
content sendtophone chrome/content/
|
||||
skin sendtophone classic/1.0 chrome/skin/
|
||||
locale sendtophone en-US chrome/locale/en-US/
|
||||
|
||||
locale sendtophone en chrome/locale/en/
|
||||
locale sendtophone de chrome/locale/de/
|
||||
locale sendtophone es-ES chrome/locale/es-ES/
|
||||
locale sendtophone es-US chrome/locale/es-ES/
|
||||
locale sendtophone es-CL chrome/locale/es-ES/
|
||||
locale sendtophone es-BO chrome/locale/es-ES/
|
||||
locale sendtophone es-CO chrome/locale/es-ES/
|
||||
locale sendtophone ga-IE chrome/locale/ga-IE/
|
||||
locale sendtophone fr-FR chrome/locale/fr-FR/
|
||||
locale sendtophone fr-BE chrome/locale/fr-FR/
|
||||
locale sendtophone fr-LU chrome/locale/fr-FR/
|
||||
locale sendtophone fr-CH chrome/locale/fr-FR/
|
||||
locale sendtophone fr-FR chrome/locale/fr-FR/
|
||||
locale sendtophone fr-CA chrome/locale/fr-FR/
|
||||
locale sendtophone hi-IN chrome/locale/hi-IN/
|
||||
locale sendtophone ja-JP chrome/locale/ja-JP/
|
||||
locale sendtophone zh-CN chrome/locale/zh-CN/
|
||||
locale sendtophone zh-TW chrome/locale/zh-CN/
|
||||
locale sendtophone zh-HK chrome/locale/zh-CN/
|
||||
locale sendtophone zh-CHS chrome/locale/zh-CN/
|
||||
|
||||
overlay chrome://browser/content/browser.xul chrome://sendtophone/content/ff-overlay.xul
|
||||
style chrome://global/content/customizeToolbar.xul chrome://sendtophone/skin/overlay.css
|
||||
|
||||
4
third_party/firefox_sendtophone/chrome/locale/de/about.dtd
vendored
Normal file
4
third_party/firefox_sendtophone/chrome/locale/de/about.dtd
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<!ENTITY about "<22>ber ">
|
||||
<!ENTITY version "Version:">
|
||||
<!ENTITY createdBy "Erstellt von:">
|
||||
<!ENTITY homepage "Homepage:">
|
||||
4
third_party/firefox_sendtophone/chrome/locale/de/overlay.dtd
vendored
Normal file
4
third_party/firefox_sendtophone/chrome/locale/de/overlay.dtd
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<!ENTITY sendtophoneToolbarButton.label "Send to Phone">
|
||||
<!ENTITY sendtophoneToolbarButton.tooltip "Senden Sie diese Seite zu Ihren Android Phone">
|
||||
<!ENTITY sendtophoneContext.label "Schicken Sie diesen link, um Android">
|
||||
<!ENTITY sendtophoneContext.accesskey "l">
|
||||
6
third_party/firefox_sendtophone/chrome/locale/de/overlay.properties
vendored
Normal file
6
third_party/firefox_sendtophone/chrome/locale/de/overlay.properties
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
extensions.sendtophone@martinezdelizarrondo.com.description=Sendet die aktuelle Seite zu Ihren Android-Handy
|
||||
SendToPhoneTitle=Send To Phone
|
||||
InvalidScheme=Ung<EFBFBD>ltige Regelung, Bitte senden Sie nur http:// oder https: / / links.
|
||||
InfoSent=Der Link auf Ihr Handy geschickt worden.
|
||||
ErrorOnSend=Es gab einen Fehler beim Senden:
|
||||
LoginRequired=Login erforderlich, um den Link zu senden.
|
||||
4
third_party/firefox_sendtophone/chrome/locale/en/about.dtd
vendored
Normal file
4
third_party/firefox_sendtophone/chrome/locale/en/about.dtd
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<!ENTITY about "About ">
|
||||
<!ENTITY version "Version:">
|
||||
<!ENTITY createdBy "Created By:">
|
||||
<!ENTITY homepage "Home Page:">
|
||||
4
third_party/firefox_sendtophone/chrome/locale/en/overlay.dtd
vendored
Normal file
4
third_party/firefox_sendtophone/chrome/locale/en/overlay.dtd
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<!ENTITY sendtophoneToolbarButton.label "Send to Phone">
|
||||
<!ENTITY sendtophoneToolbarButton.tooltip "Send this page to your Android Phone">
|
||||
<!ENTITY sendtophoneContext.label "Send this link to Android">
|
||||
<!ENTITY sendtophoneContext.accesskey "l">
|
||||
6
third_party/firefox_sendtophone/chrome/locale/en/overlay.properties
vendored
Normal file
6
third_party/firefox_sendtophone/chrome/locale/en/overlay.properties
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
extensions.sendtophone@martinezdelizarrondo.com.description=Sends the current page to your Android phone
|
||||
SendToPhoneTitle=Send To Phone
|
||||
InvalidScheme=Invalid scheme, please only send http:// or https:// links.
|
||||
InfoSent=The link has been sent to your phone.
|
||||
ErrorOnSend=There was an error sending:
|
||||
LoginRequired=Login required to send the link.
|
||||
4
third_party/firefox_sendtophone/chrome/locale/es-ES/about.dtd
vendored
Normal file
4
third_party/firefox_sendtophone/chrome/locale/es-ES/about.dtd
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<!ENTITY about "Sobre ">
|
||||
<!ENTITY version "Versión:">
|
||||
<!ENTITY createdBy "Creada por:">
|
||||
<!ENTITY homepage "Página web:">
|
||||
4
third_party/firefox_sendtophone/chrome/locale/es-ES/overlay.dtd
vendored
Normal file
4
third_party/firefox_sendtophone/chrome/locale/es-ES/overlay.dtd
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<!ENTITY sendtophoneToolbarButton.label "Enviar a teléfono">
|
||||
<!ENTITY sendtophoneToolbarButton.tooltip "Enviar esta página a su teléfono Android">
|
||||
<!ENTITY sendtophoneContext.label "Envíe este link a Android">
|
||||
<!ENTITY sendtophoneContext.accesskey "l">
|
||||
6
third_party/firefox_sendtophone/chrome/locale/es-ES/overlay.properties
vendored
Normal file
6
third_party/firefox_sendtophone/chrome/locale/es-ES/overlay.properties
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
extensions.sendtophone@martinezdelizarrondo.com.description=Envía la página actual a su teléfono Android
|
||||
SendToPhoneTitle=Enviar a teléfono
|
||||
InvalidScheme=esquema no válido, por favor, sólo envíe http:// o https:// Enlaces.
|
||||
InfoSent=El enlace ha sido enviado a su teléfono.
|
||||
ErrorOnSend=Se ha producido un error al enviar:
|
||||
LoginRequired=Se requiere ingresar para enviar el enlace.
|
||||
4
third_party/firefox_sendtophone/chrome/locale/fr-FR/about.dtd
vendored
Normal file
4
third_party/firefox_sendtophone/chrome/locale/fr-FR/about.dtd
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<!ENTITY about "Sur ">
|
||||
<!ENTITY version "Version:">
|
||||
<!ENTITY createdBy "Créé par:">
|
||||
<!ENTITY homepage "Page d'accueil:">
|
||||
4
third_party/firefox_sendtophone/chrome/locale/fr-FR/overlay.dtd
vendored
Normal file
4
third_party/firefox_sendtophone/chrome/locale/fr-FR/overlay.dtd
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<!ENTITY sendtophoneToolbarButton.label "Envoyer vers un téléphone">
|
||||
<!ENTITY sendtophoneToolbarButton.tooltip "Envoyer cette page à votre Android Phone">
|
||||
<!ENTITY sendtophoneContext.label "Envoyer ce lien à Android">
|
||||
<!ENTITY sendtophoneContext.accesskey "A">
|
||||
6
third_party/firefox_sendtophone/chrome/locale/fr-FR/overlay.properties
vendored
Normal file
6
third_party/firefox_sendtophone/chrome/locale/fr-FR/overlay.properties
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
extensions.sendtophone@martinezdelizarrondo.com.description=Envoie la page en cours sur votre téléphone Android
|
||||
SendToPhoneTitle=Envoyer vers un téléphone
|
||||
InvalidScheme=régime Blancs, s'il vous plaît envoyer uniquement des liens http:// ou https://.
|
||||
InfoSent=Le lien a été envoyé à votre téléphone.
|
||||
ErrorOnSend=Il y avait une erreur d'envoi:
|
||||
LoginRequired=Login requis pour envoyer ce lien.
|
||||
4
third_party/firefox_sendtophone/chrome/locale/ga-IE/about.dtd
vendored
Normal file
4
third_party/firefox_sendtophone/chrome/locale/ga-IE/about.dtd
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<!ENTITY about "Eolas ">
|
||||
<!ENTITY version "Version:">
|
||||
<!ENTITY createdBy "Cruthaithe De Réir:">
|
||||
<!ENTITY homepage "Leathanach Baile:">
|
||||
4
third_party/firefox_sendtophone/chrome/locale/ga-IE/overlay.dtd
vendored
Normal file
4
third_party/firefox_sendtophone/chrome/locale/ga-IE/overlay.dtd
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<!ENTITY sendtophoneToolbarButton.label "Seol chuig Fón">
|
||||
<!ENTITY sendtophoneToolbarButton.tooltip "Seol an leathanach seo le do Android Seol an leathanach seo le do Android Fón">
|
||||
<!ENTITY sendtophoneContext.label "Seol an nasc seo chun Android">
|
||||
<!ENTITY sendtophoneContext.accesskey "n">
|
||||
6
third_party/firefox_sendtophone/chrome/locale/ga-IE/overlay.properties
vendored
Normal file
6
third_party/firefox_sendtophone/chrome/locale/ga-IE/overlay.properties
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
extensions.sendtophone@martinezdelizarrondo.com.description=Cuireann an leathanach reatha ar do ghuthán Android
|
||||
SendToPhoneTitle=Seol Chun Fón
|
||||
InvalidScheme=Scéim neamhbhailí, le do thoil seol http:// amháin nó http:// naisc.
|
||||
InfoSent=Tá nasc chuig do ghuthán.
|
||||
ErrorOnSend=Tharla earráid agus a sheoladh:
|
||||
LoginRequired=Logáil isteach ag teastáil chun a sheoladh chuig an nasc.
|
||||
4
third_party/firefox_sendtophone/chrome/locale/hi-IN/about.dtd
vendored
Normal file
4
third_party/firefox_sendtophone/chrome/locale/hi-IN/about.dtd
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<!ENTITY about "के बारे में ">
|
||||
<!ENTITY version "संस्करण:">
|
||||
<!ENTITY createdBy "द्वारा निर्मित है:">
|
||||
<!ENTITY homepage "होमपेज:">
|
||||
4
third_party/firefox_sendtophone/chrome/locale/hi-IN/overlay.dtd
vendored
Normal file
4
third_party/firefox_sendtophone/chrome/locale/hi-IN/overlay.dtd
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<!ENTITY sendtophoneToolbarButton.label "फोन पर भेजें">
|
||||
<!ENTITY sendtophoneToolbarButton.tooltip "अपने Android फोन करने के लिए इस पृष्ठ को भेजें">
|
||||
<!ENTITY sendtophoneContext.label "भेजें Android के लिए इस कड़ी">
|
||||
<!ENTITY sendtophoneContext.accesskey "A">
|
||||
6
third_party/firefox_sendtophone/chrome/locale/hi-IN/overlay.properties
vendored
Normal file
6
third_party/firefox_sendtophone/chrome/locale/hi-IN/overlay.properties
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
extensions.sendtophone@martinezdelizarrondo.com.description=अपने Android फोन करने के लिए वर्तमान पृष्ठ पर भेजता है
|
||||
SendToPhoneTitle=भेजने के लिए फोन
|
||||
InvalidScheme=अवैध योजना, केवल http:// या https: / / लिंक: भेजें.
|
||||
InfoSent=लिंक आपके फोन करने के लिए भेजा गया है.
|
||||
ErrorOnSend=वहाँ एक भेजने में त्रुटि थी:
|
||||
LoginRequired=लॉगइन करने के लिए लिंक भेज आवश्यक है.
|
||||
4
third_party/firefox_sendtophone/chrome/locale/ja-JP/about.dtd
vendored
Normal file
4
third_party/firefox_sendtophone/chrome/locale/ja-JP/about.dtd
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<!ENTITY about "約 ">
|
||||
<!ENTITY version "バージョン:">
|
||||
<!ENTITY createdBy "作成者:">
|
||||
<!ENTITY homepage "ホームページ:">
|
||||
4
third_party/firefox_sendtophone/chrome/locale/ja-JP/overlay.dtd
vendored
Normal file
4
third_party/firefox_sendtophone/chrome/locale/ja-JP/overlay.dtd
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<!ENTITY sendtophoneToolbarButton.label "電話に送信">
|
||||
<!ENTITY sendtophoneToolbarButton.tooltip "送信あなたのAndroid携帯電話にこのページ">
|
||||
<!ENTITY sendtophoneContext.label "Androidへの送信このリンク">
|
||||
<!ENTITY sendtophoneContext.accesskey "A">
|
||||
6
third_party/firefox_sendtophone/chrome/locale/ja-JP/overlay.properties
vendored
Normal file
6
third_party/firefox_sendtophone/chrome/locale/ja-JP/overlay.properties
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
extensions.sendtophone@martinezdelizarrondo.com.description=送信Android電話機に現在のページ
|
||||
SendToPhoneTitle=送信する電話
|
||||
InvalidScheme=無効なスキームは、ちょうどはhttp://またはhttps://のリンクを送ってください。
|
||||
InfoSent=リンクはあなたの携帯電話に送信されています。
|
||||
ErrorOnSend=これは、送信に失敗しました:
|
||||
LoginRequired=ログインリンクを送信するために必要です。
|
||||
4
third_party/firefox_sendtophone/chrome/locale/zh-CN/about.dtd
vendored
Normal file
4
third_party/firefox_sendtophone/chrome/locale/zh-CN/about.dtd
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<!ENTITY about "关于 ">
|
||||
<!ENTITY version "版本:">
|
||||
<!ENTITY createdBy "创建者:">
|
||||
<!ENTITY homepage "主页:">
|
||||
4
third_party/firefox_sendtophone/chrome/locale/zh-CN/overlay.dtd
vendored
Normal file
4
third_party/firefox_sendtophone/chrome/locale/zh-CN/overlay.dtd
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<!ENTITY sendtophoneToolbarButton.label "发送到手机">
|
||||
<!ENTITY sendtophoneToolbarButton.tooltip "发送给你的Android手机页面">
|
||||
<!ENTITY sendtophoneContext.label "此链接发送到Android">
|
||||
<!ENTITY sendtophoneContext.accesskey "A">
|
||||
6
third_party/firefox_sendtophone/chrome/locale/zh-CN/overlay.properties
vendored
Normal file
6
third_party/firefox_sendtophone/chrome/locale/zh-CN/overlay.properties
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
extensions.sendtophone@martinezdelizarrondo.com.description=发送当前页面到您的手机机器人
|
||||
SendToPhoneTitle=发送到手机
|
||||
InvalidScheme=无效的计划,请你只发送http://或https://联系。
|
||||
InfoSent=该链接已发送到您的手机。
|
||||
ErrorOnSend=它没有发送:
|
||||
LoginRequired=登录后才可发送的链接。
|
||||
30
third_party/firefox_sendtophone/install.rdf
vendored
30
third_party/firefox_sendtophone/install.rdf
vendored
@@ -4,7 +4,7 @@
|
||||
<em:id>sendtophone@martinezdelizarrondo.com</em:id>
|
||||
<em:type>2</em:type>
|
||||
<em:name>Send To Phone</em:name>
|
||||
<em:version>0.2</em:version>
|
||||
<em:version>0.3</em:version>
|
||||
<em:creator>Alfonso Martínez de Lizarrondo</em:creator>
|
||||
<em:contributor>Patrick O'Reilly</em:contributor>
|
||||
<em:description>Using the new APIs in Android 2.2 and based on the ChromeToPhone extension, allows to send urls from Firefox to your phone</em:description>
|
||||
@@ -16,6 +16,34 @@
|
||||
<em:minVersion>3.0</em:minVersion>
|
||||
<em:maxVersion>3.7a5pre</em:maxVersion>
|
||||
</Description>
|
||||
</em:targetApplication>
|
||||
<em:targetApplication>
|
||||
<Description>
|
||||
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> <!-- thunderbird -->
|
||||
<em:minVersion>1.5</em:minVersion>
|
||||
<em:maxVersion>3.2a1pre</em:maxVersion>
|
||||
</Description>
|
||||
</em:targetApplication>
|
||||
<em:targetApplication>
|
||||
<Description>
|
||||
<em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id> <!-- Mozilla -->
|
||||
<em:minVersion>1.0</em:minVersion>
|
||||
<em:maxVersion>1.8+</em:maxVersion>
|
||||
</Description>
|
||||
</em:targetApplication>
|
||||
<em:targetApplication>
|
||||
<Description>
|
||||
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> <!-- Sea Monkey -->
|
||||
<em:minVersion>1.0a</em:minVersion>
|
||||
<em:maxVersion>2.1a2</em:maxVersion>
|
||||
</Description>
|
||||
</em:targetApplication>
|
||||
<em:targetApplication>
|
||||
<Description>
|
||||
<em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id> <!-- Sun Bird -->
|
||||
<em:minVersion>0.2</em:minVersion>
|
||||
<em:maxVersion>1.0pre</em:maxVersion>
|
||||
</Description>
|
||||
</em:targetApplication>
|
||||
</Description>
|
||||
</RDF>
|
||||
|
||||
Reference in New Issue
Block a user