-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.rdf
77 lines (75 loc) · 4.69 KB
/
install.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:name>goo.gl lite</em:name>
<em:version>1.9</em:version>
<em:description>Simple extension to let you use Goo.gl, Google's URL shortener, without installing their toolbar. Clicking the button will generate a goo.gl URL and copy it to your clipboard. Convenient right-click menu entries are also provided.</em:description>
<em:creator>Matthew Flaschen ([email protected])</em:creator>
<em:id>[email protected]</em:id>
<em:homepageURL>https://addons.mozilla.org/firefox/addon/55308/</em:homepageURL>
<em:optionsURL>chrome://goo.gl_lite/content/options.xul</em:optionsURL>
<em:optionsType>2</em:optionsType>
<em:type>2</em:type> <!-- extension -->
<em:unpack>true</em:unpack>
<!-- Global properties have to be repeated in the localizations due to bug 416350 -->
<em:localized>
<Description>
<em:locale>es-ES</em:locale>
<em:name>goo.gl lite</em:name>
<em:description>Complemento para usar Goo.gl, abreviador de enlaces de Google, sin instalar su barra de herramientas. Al pulsar el comando se genera y se copia un enlace de goo.gl. Se crean convenientes elementos de contexto.</em:description>
<em:creator>Matthew Flaschen ([email protected])</em:creator>
<em:translator>Ricardo A. Rivas ([email protected])</em:translator>
<em:homepageURL>https://addons.mozilla.org/firefox/addon/55308/</em:homepageURL>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>ru-RU</em:locale>
<em:name>goo.gl lite</em:name>
<em:description>Простое расширение позволяет использовать Goo.gl, сервис сокращения ссылок Google, без установки их панели инструментов. При нажатии на кнопку сокращённый адрес будет генерироваться и копироваться в буфер обмена.</em:description>
<em:creator>Matthew Flaschen ([email protected])</em:creator>
<em:translator>Nick Saukin ([email protected])</em:translator>
<em:homepageURL>https://addons.mozilla.org/firefox/addon/55308/</em:homepageURL>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>zh-TW</em:locale>
<em:name>goo.gl lite</em:name>
<em:description>這是一個讓您不用安裝 Google 工具列就可以使用 Google's URL shortener (Goo.gl) 縮址服務的簡便的擴充套件。您只要按個按鈕就會產生好 goo.gl 縮址並且複製進您的剪貼簿。此外還提供了一些便利的右鍵選單項目可以使用。</em:description>
<em:creator>Matthew Flaschen ([email protected])</em:creator>
<em:translator>Goldie Lin ([email protected])</em:translator>
<em:homepageURL>https://addons.mozilla.org/firefox/addon/55308/</em:homepageURL>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>ja-JP</em:locale>
<em:name>goo.gl lite</em:name>
<em:description>GoogleツールバーをインストールせずにGoogleの短縮URL (Goo.gl)を使用することができます。ボタンをクリックすると作成されたgoo.gl短縮URLがクリップボードにコピーされます。右クリックメニューからの変換にも対応しています。</em:description>
<em:creator>Matthew Flaschen ([email protected])</em:creator>
<em:translator>Hiroki Kobayashi ([email protected])</em:translator>
<em:homepageURL>https://addons.mozilla.org/firefox/addon/55308/</em:homepageURL>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>cs-CZ</em:locale>
<em:name>goo.gl lite</em:name>
<em:description>Jednoduché rozšíření, které vám umožní používat Goo.gl (Google's URL Shortener) bez nutnosti instalovat lištu Google Toolbar. Kliknutím na tlačítko vygenerujete goo.gl URL, která bude zkopírována do vaší schránky. K dispozici jsou i pohodlné položky v nabídkách po kliknutí pravým tlačítkem.</em:description>
<em:creator>Matthew Flaschen ([email protected])</em:creator>
<em:translator>Michal Stanke ([email protected])</em:translator>
<em:homepageURL>https://addons.mozilla.org/firefox/addon/55308/</em:homepageURL>
</Description>
</em:localized>
<em:targetApplication>
<!-- Firefox -->
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>7.0</em:minVersion>
<em:maxVersion>12.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>