Merge pull request #11256 from Snuffleupagus/firefox-rm-addon-l10n

[Firefox] Remove unused addon `l10n` files (PR 9566 follow-up)
This commit is contained in:
Tim van der Meij 2019-10-17 23:45:58 +02:00 committed by GitHub
commit 90d7d2103e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
132 changed files with 9 additions and 2021 deletions

View File

@ -1,3 +0,0 @@
metadata.inc
chrome.manifest.inc
locale/

View File

@ -62,7 +62,7 @@ function downloadLanguageFiles(root, langCode) {
var MOZ_CENTRAL_PDFJS_DIR = '/raw-file/default/browser/pdfviewer/';
// Defines which files to download for each language.
var files = ['chrome.properties', 'viewer.properties'];
var files = ['viewer.properties'];
var downloadsLeft = files.length;
var outputDir = path.join(root, langCode);

View File

@ -571,21 +571,15 @@ gulp.task('default_preferences', gulp.series('default_preferences-pre',
gulp.task('locale', function () {
var VIEWER_LOCALE_OUTPUT = 'web/locale/';
var METADATA_OUTPUT = 'extensions/firefox/';
var EXTENSION_LOCALE_OUTPUT = 'extensions/firefox/locale/';
console.log();
console.log('### Building localization files');
rimraf.sync(EXTENSION_LOCALE_OUTPUT);
mkdirp.sync(EXTENSION_LOCALE_OUTPUT);
rimraf.sync(VIEWER_LOCALE_OUTPUT);
mkdirp.sync(VIEWER_LOCALE_OUTPUT);
var subfolders = fs.readdirSync(L10N_DIR);
subfolders.sort();
var metadataContent = '';
var chromeManifestContent = '';
var viewerOutput = '';
var locales = [];
for (var i = 0; i < subfolders.length; i++) {
@ -599,34 +593,17 @@ gulp.task('locale', function () {
continue;
}
mkdirp.sync(EXTENSION_LOCALE_OUTPUT + '/' + locale);
mkdirp.sync(VIEWER_LOCALE_OUTPUT + '/' + locale);
locales.push(locale);
chromeManifestContent += 'locale pdf.js ' + locale + ' locale/' +
locale + '/\n';
if (checkFile(path + '/viewer.properties')) {
viewerOutput += '[' + locale + ']\n' +
'@import url(' + locale + '/viewer.properties)\n\n';
}
if (checkFile(path + '/metadata.inc')) {
var metadata = fs.readFileSync(path + '/metadata.inc').toString();
metadataContent += metadata;
}
}
return merge([
createStringSource('metadata.inc', metadataContent)
.pipe(gulp.dest(METADATA_OUTPUT)),
createStringSource('chrome.manifest.inc', chromeManifestContent)
.pipe(gulp.dest(METADATA_OUTPUT)),
gulp.src(L10N_DIR + '/{' + locales.join(',') + '}' +
'/{viewer,chrome}.properties', { base: L10N_DIR, })
.pipe(gulp.dest(EXTENSION_LOCALE_OUTPUT)),
createStringSource('locale.properties', viewerOutput)
.pipe(gulp.dest(VIEWER_LOCALE_OUTPUT)),
gulp.src(L10N_DIR + '/{' + locales.join(',') + '}' +
@ -895,7 +872,7 @@ gulp.task('mozcentral-pre', gulp.series('buildnumber', 'default_preferences',
]))
.pipe(gulp.dest(MOZCENTRAL_CONTENT_DIR + 'web')),
gulp.src(FIREFOX_EXTENSION_DIR + 'locale/en-US/*.properties')
gulp.src('web/locale/en-US/*.properties')
.pipe(gulp.dest(MOZCENTRAL_L10N_DIR)),
gulp.src(FIREFOX_EXTENSION_DIR + 'README.mozilla')
.pipe(replace(/\bPDFJSSCRIPT_VERSION\b/g, version))

View File

@ -1,5 +1,5 @@
Most of the files in this folder (except for the `en-US` folder and the
`metadata.inc` files) have been imported from the Firefox Nightly branch;
Most of the files in this folder (except for the `en-US` folder) have been
imported from the Firefox Nightly branch;
please see https://hg.mozilla.org/l10n-central. Some of the files are
licensed under the MPL license. You can obtain a copy of the license at
https://mozilla.org/MPL/2.0.

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Gin acoya me PDF man mogo pe ki biyaro kakare.
unsupported_feature_forms=Gin acoya me PDF man tye ki pwom. Pe kiteno pongo kabedo ma iye pwom.
open_with_different_viewer=Yab gin neno mapat
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Dié PDF-dokument sal dalk nie korrek vertoon word nie.
unsupported_feature_forms=Dié PDF-dokument bevat vorms. Die invul van vormvelde word nie ondersteun nie.
open_with_different_viewer=Open met 'n ander program
open_with_different_viewer.accessKey=O

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Iste documento PDF talment no s'amuestre correctament.
unsupported_feature_forms=Iste documento PDF contién formularios. A cumplimentación d'os campos de formularios no ye encara posible.
open_with_different_viewer=Ubrir con belatro visor diferent
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=قد لا يُعرض ملف PDF هذا بشكل سليم.
unsupported_feature_forms=يحتوى ملف PDF على نماذج. ملء النماذج غير مدعوم.
open_with_different_viewer=افتح في عارِض آخر
open_with_different_viewer.accessKey=ت

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>ar</em:locale>
<em:name>عارض PDF</em:name>
<em:description>يستخدم HTML5 لعرض ملفات PDF مباشره من خلال Firefox.</em:description>
</Description>
</em:localized>

View File

@ -1,8 +0,0 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
unsupported_feature = Esti documentu PDF podría nun amosase correcho.
open_with_different_viewer = Abrir con un visor distintu
open_with_different_viewer.accessKey = o
unsupported_feature_forms = Esti documentu PDF contién formularios. La cumplimentación de los campos de formularios nun ta implementada.

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Bu PDF sənədi düzgün göstərilməyə bilər.
unsupported_feature_forms=Bu PDF sənədində form var. Form ərazilərinin doldurulması dəstəklənməməkdədir.
open_with_different_viewer=Fərqli Baxış Proqramıyla Aç
open_with_different_viewer.accessKey=a

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Гэты дакумент PDF можа адлюстроўвацца няправільна.
unsupported_feature_forms=Гэты дакумент PDF змяшчае формы. Запаўненне палёў формаў не падтрымліваецца.
open_with_different_viewer=Адкрыць у іншым праглядніку
open_with_different_viewer.accessKey=А

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Този документ PDF може да не бъде правилно показан.
unsupported_feature_forms=Този документ PDF съдържа формуляри. Попълването на полета на формуляри не се поддържа.
open_with_different_viewer=Отваряне с друга програма
open_with_different_viewer.accessKey=О

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=পিডিএফ নথিটি সঠিক ভাবে প্রদর্শিত নাও হতে পারে।
unsupported_feature_forms=এই পিডিএফ ফাইলটিতে ফর্ম রয়েছে। ফর্মের পূরন করা সমর্থিত নয়।
open_with_different_viewer=ভিন্ন প্রদর্শকে খুলুন
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=PDF་ཡིག་ཆ་འདི་ནོར་མེད་ཀྱིས་སྟོན་མི་ཐུབ་སྲིད།
unsupported_feature_forms=PDF་འདིའི་ནང་དུ་རེའུ་མིག་ཞིག་འདུག རེའུ་མིག་དེ་སྐོང་ཐུབ་པའི་རྒྱབ་སྐྱོར་མེད།
open_with_different_viewer=ལྟ་བྱེད་གཞན་ཞིག་གིས་ཁ་ཕྱེ།
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Marteze n'eo ket skrammet an teuliad PDF-mañ gant un doare dereat.
unsupported_feature_forms=An teuliad PDF-mañ a endalc'h furmskridoù. N'eo ket skoret leuniadur ar maezioù furmskridoù.
open_with_different_viewer=Digeriñ gant ul lenner all
open_with_different_viewer.accessKey=D

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=बे PDF फोरमान बिलाइखौ गेबेङै दिन्थिफुंनाय नङा जानो हागौ।
unsupported_feature_forms=बे PDF फोरमान बिलाइआव फर्म दं। फर्म फोथार आबुं खालामनाया हेफाजाब होजाया।
open_with_different_viewer=गुबुन नायग्राजों खेव
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Ovaj PDF dokument možda neće biti prikazan ispravno.
unsupported_feature_forms=Ovaj PDF dokument sadrži obrasce. Ispunjavanje obrazaca još nije podržano.
open_with_different_viewer=Otvori sa drugim preglednikom
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Aquest document PDF potser no es mostra correctament.
unsupported_feature_forms=Aquest document PDF conté formularis. L'emplenament de camps de formularis no està implementat.
open_with_different_viewer=Obre amb un altre visor
open_with_different_viewer.accessKey=o

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>ca</em:locale>
<em:name>Visor d'arxius PDF</em:name>
<em:description>HTML5 per veure documents</em:description>
</Description>
</em:localized>

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Rik'in jub'a' man ütz ta xtik'ut pe re PDF re'.
unsupported_feature_forms=Re wuj pa PDF k'o nojwuj chupam. Ri kitz'aqatil taq rupam nojwuj man samajin ta.
open_with_different_viewer=Tijaq rik'in chik chi tz'etöy
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Tento dokument PDF se nemusí zobrazovat správně.
unsupported_feature_forms=Tento dokument PDF obsahuje formuláře. Vyplňování formulářových polí není podporováno.
open_with_different_viewer=Zobrazit pomocí jiného prohlížeče
open_with_different_viewer.accessKey=o

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>cs</em:locale>
<em:name>PDF Viewer</em:name>
<em:description>Používá HTML5 pro zobrazení PDF souborů přímo ve Firefoxu.</em:description>
</Description>
</em:localized>

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Efallai na fydd y ddogfen PDF yn cael ei dangos yn gywir.
unsupported_feature_forms=Mae'r ffurflen PDF hon yn cynnwys ffurflenni. Nid yw llanw ffurflenni'n cael ei gynnal.
open_with_different_viewer=Agor gyda Darllenydd Gwahanol
open_with_different_viewer.accessKey=o

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>cy</em:locale>
<em:name>PDF Viewer</em:name>
<em:description>Yn defnyddio HTML5 i arddangos ffeiliau PDF yn uniongyrchol yn Firefox.</em:description>
</Description>
</em:localized>

View File

@ -1,9 +0,0 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Chrome notification bar messages and buttons
unsupported_feature=Dette PDF-dokument vises måske ikke korrekt.
unsupported_feature_forms=Dette PDF-dokument indeholder formularer. Udfyldning af formularfelter understøttes ikke.
open_with_different_viewer=Åbn med et andet program
open_with_different_viewer.accessKey=Å

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>da</em:locale>
<em:name>PDF Viewer</em:name>
<em:description>Benytter HTML5 til at vise PDF-filer direkte i Firefox.</em:description>
</Description>
</em:localized>

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Das PDF-Dokument wird eventuell nicht korrekt dargestellt.
unsupported_feature_forms=Das PDF-Dokument enthält Formulare. Das Ausfüllen von Formularen wird nicht unterstützt.
open_with_different_viewer=Mit anderem Programm ansehen
open_with_different_viewer.accessKey=P

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>de</em:locale>
<em:name>PDF Viewer</em:name>
<em:description>Nutzt HTML5, um PDFs direkt in Firefox anzuzeigen.</em:description>
</Description>
</em:localized>

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Toś ten PDF-dokument snaź njezwobraznja se korektnje.
unsupported_feature_forms=Toś ten PDF-dokument wopśimujo formulary. Wupolnjenje formularowych pólow se njepódpěra.
open_with_different_viewer=Z drugim wobglědowańskim programom wócyniś
open_with_different_viewer.accessKey=Z

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Αυτό το έγγραφο PDF μπορεί να μην εμφανιστεί σωστά
unsupported_feature_forms=Αυτό το έγγραφο PDF περιέχει πεδία φόρμας. Το συμπλήρωμα πεδίων φόρμας δεν υποστηρίζεται.
open_with_different_viewer=Άνοιγμα με διαφορετική εφαρμογή
open_with_different_viewer.accessKey=δ

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>el</em:locale>
<em:name>Πρόγραμμα ανάγνωσης PDF</em:name>
<em:description>Χρήση HTML5 για εμφάνιση αρχείων PDF κατευθείαν μέσα στο Firefox.</em:description>
</Description>
</em:localized>

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=This PDF document might not be displayed correctly.
unsupported_feature_forms=This PDF document contains forms. The filling of form fields is not supported.
open_with_different_viewer=Open With Different Viewer
open_with_different_viewer.accessKey=O

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=This PDF document might not be displayed correctly.
unsupported_feature_forms=This PDF document contains forms. The filling of form fields is not supported.
open_with_different_viewer=Open With Different Viewer
open_with_different_viewer.accessKey=O

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=This PDF document might not be displayed correctly.
unsupported_feature_forms=This PDF document contains forms. The filling of form fields is not supported.
open_with_different_viewer=Open With Different Viewer
open_with_different_viewer.accessKey=o

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>en-US</em:locale>
<em:name>PDF Viewer</em:name>
<em:description>Uses HTML5 to display PDF files directly in Firefox.</em:description>
</Description>
</em:localized>

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Tiu ĉi dokumento PDF povus esti malĝuste montrita.
unsupported_feature_forms=Tiu ĉi dokumento PDF enhavas formularojn. Plenigi kampojn de formularoj ne estas subtenata.
open_with_different_viewer=Malfermi per alia programo
open_with_different_viewer.accessKey=m

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Este documento PDF puede que no se muestre correctamente.
unsupported_feature_forms=Este documento PDF cotiene formularios. Completar campos de un formulario no está soportado.
open_with_different_viewer=Abrir con un visor diferente
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
unsupported_feature = Este documento PDF podría no ser mostrado correctamente.
unsupported_feature_forms=Este PDF contiene formularios. El rellenar campos de formularios no está soportado.
open_with_different_viewer = Abrir con un visor diferente
open_with_different_viewer.accessKey = o

View File

@ -1,8 +0,0 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
unsupported_feature = Este documento PDF podría no mostrarse correctamente.
unsupported_feature_forms = Este documento PDF contiene formularios. La cumplimentación de los campos de formularios no está implementada.
open_with_different_viewer = Abrir con un visor diferente
open_with_different_viewer.accessKey = o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Este PDF podría no mostrarse correctamente.
unsupported_feature_forms=Este documento PDF contiene formularios. La cumplimentación de los campos de formularios no está implementada.
open_with_different_viewer=Abrir con un visor diferente.
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=See PDF-dokument võib olla kuvatud vigaselt.
unsupported_feature_forms=See PDF-dokument sisaldab vorme. Vormide täitmine ei ole toetatud.
open_with_different_viewer=Ava mõne muu vaatajaga
open_with_different_viewer.accessKey=A

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=PDF dokumentu hau agian ezin da ondo bistaratu.
unsupported_feature_forms=PDF dokumentu honek inprimakiak ditu. Inprimakiko eremuak betetzea ez da onartzen.
open_with_different_viewer=Ireki beste ikustaile batekin
open_with_different_viewer.accessKey=I

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=این پروندهٔ PDF ممکن است به‌طور صحیح نمایش داده نشود.
unsupported_feature_forms=این سند PDF حاوی فرم است. پر کردن فیلد های فرم اینجا پشتیبانی نمیشود.
open_with_different_viewer=با یک نمایشگر دیگر نشان بده
open_with_different_viewer.accessKey=o

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>fa</em:locale>
<em:name>نمایش‌دهندهٔ پی‌دی‌اف</em:name>
<em:description>از اچ‌تی‌ام‌ال۵ برای نمایش پرونده‌های پی‌دی‌اف به‌صورت مستقیم در فایرفاکس استفاده می‌کند.</em:description>
</Description>
</em:localized>

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Ndee fiilannde PDF ena waawi waasa jaytineede no moƴƴiri.
unsupported_feature_forms=Ndee fiilannde PDF ena waɗi porme. Kebbingol porme wonaa ko tammbitaa.
open_with_different_viewer=Udditir Yiytindorde Woɗnde
open_with_different_viewer.accessKey=u

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Tätä PDF-dokumenttia ei välttämättä osata näyttää oikein.
unsupported_feature_forms=Tässä PDF-dokumentissa on lomakekenttiä. Lomakekenttien täyttämistä ei tueta.
open_with_different_viewer=Avaa toisella ohjelmalla
open_with_different_viewer.accessKey=A

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>fi</em:locale>
<em:name>PDF Lukuohjelma</em:name>
<em:description>Näyttää PDF tiedostot suoraan Firefox:ssa HTML5:n avulla.</em:description>
</Description>
</em:localized>

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Il est possible que ce document PDF ne saffiche pas correctement.
unsupported_feature_forms=Ce document PDF contient des formulaires. Le remplissage de champs de formulaires nest pas pris en charge.
open_with_different_viewer=Ouvrir avec un autre lecteur PDF
open_with_different_viewer.accessKey=o

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>fr</em:locale>
<em:name>PDF Viewer</em:name>
<em:description>Utilise HTML5 pour afficher les documents PDF directement dans Firefox.</em:description>
</Description>
</em:localized>

View File

@ -1,9 +0,0 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Chrome notification bar messages and buttons
unsupported_feature=Dit PDF-dokumint wurdt miskien net korrekt werjûn.
unsupported_feature_forms=Dit PDF-dokumint befettet formulieren. It ynfoljen fan formulierfjilden is net stipe.
open_with_different_viewer=Mei in oare PDF-lêzer iepenje
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Seans nach dtaispeánfar an cháipéis PDF seo mar is ceart.
unsupported_feature_forms=Tá foirmeacha sa cháipéis PDF seo. Ní féidir foirmeacha a líonadh leis an leagan seo.
open_with_different_viewer=Oscail le hAmharcán Eile
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Faodaidh nach eil an sgrìobhainn PDF seo 'ga shealltainn mar bu chòir.
unsupported_feature_forms=Tha foirmean sa PDF seo. Chan eil taic ri lìonadh foirmean.
open_with_different_viewer=Fosgail le sealladair eile
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Pode que este documento PDF non se visualice correctamente.
unsupported_feature_forms=Este documento PDF contén formularios. Non se admite o completado de campos do formulario.
open_with_different_viewer=Abrir cun visor diferente
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Ko kuatia PDF ikatu ndojehechaukapái.
unsupported_feature_forms=Ko kuatia PDF oguereko myanyhẽha. Pe myanyhẽha rehegua noimbái gueteri.
open_with_different_viewer=Eike peteĩ hechaha ambuévape
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=આ PDF દસ્તાવેજને યોગ્ય રીતે દર્શાવી શકાતો નથી.
unsupported_feature_forms=આ PDF દસ્તાવેજ ફોર્મને સમાવે છે. ફોર્મ ક્ષેત્રની ભરવાનું આધારભૂત નથી.
open_with_different_viewer=વિવિધ દર્શક સાથે ખોલો
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=יתכן שמסמך PDF זה לא יוצג כראוי.
unsupported_feature_forms=מסמך PDF זה מכיל טפסים. מילוי שדות בטפסים אינו נתמך.
open_with_different_viewer=פתיחה בתכנית צפייה שונה
open_with_different_viewer.accessKey=פ

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>he</em:locale>
<em:name>קורא PDF</em:name>
<em:description>הצגת קבצי PDF ישירות ב־Firefox באמצעות HTML5.</em:description>
</Description>
</em:localized>

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=PDF दस्तावेज़ सही दिख नहीं सकता है.
unsupported_feature_forms=इस PDF दस्तावेज़ में फ़ॉर्म हैं. फ़ॉर्म क्षेत्र भरने की सुविधा समर्थित नहीं है.
open_with_different_viewer=\u0020भिन्न प्रदर्शक के साथ खोलें
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Ovaj PDF možda neće biti ispravno prikazan
unsupported_feature_forms=Ovaj PDF dokument sadrži obrasce. Ispunjavanje obrazaca još nije podržano.
open_with_different_viewer=Otvori s drugim preglednikom
open_with_different_viewer.accessKey=O

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Tutón PDF-dokument snano so korektnje njezwobraznja.
unsupported_feature_forms=Tutón PDF-dokument wobsahuje formulary. Wupjelnjenje formularowych polow so njepodpěruje.
open_with_different_viewer=Z druhim wobhladowanskim programom wočinić
open_with_different_viewer.accessKey=Z

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Ez a PDF-dokumentum nem feltétlenül helyesen jelenik meg.
unsupported_feature_forms=Ez a PDF-dokumentum űrlapokat tartalmaz. Az űrlapmezők kitöltése nem támogatott.
open_with_different_viewer=Megnyitás másik megjelenítővel
open_with_different_viewer.accessKey=M

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Այս PDF փաստաթուղթը հնարավոր է նորմալ չցուցադրվի։
unsupported_feature_forms=Այս PDF-ը պարունակում է ձևեր: Այդ ձևերի լրացումը չի աջակցվում:
open_with_different_viewer=Բացել այլ դիտարկիչով
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Iste documento PDF non potera ser monstrate correctemente.
unsupported_feature_forms=Iste documento PDF contine formularios. Completar campos de formulario non es supportate.
open_with_different_viewer=Aperir con un visualisator differente
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Dokumen PDF mungkin tidak dapat ditampilkan dengan benar.
unsupported_feature_forms=Dokumen PDF ini mengandung formulir. Pengisian bidang isian formulir tidak didukung.
open_with_different_viewer=Buka dengan Program Lainnya
open_with_different_viewer.accessKey=l

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Hugsanlega birtist þetta PDF skjal ekki rétt.
unsupported_feature_forms=Þetta PDF skjal inniheldur eyðublað. Ekki er stuðningur við innfyllingu á eyðublaði.
open_with_different_viewer=Opna með öðrum skoðara
open_with_different_viewer.accessKey=o

View File

@ -1,8 +0,0 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
unsupported_feature = Questo documento PDF potrebbe non essere visualizzato correttamente.
unsupported_feature_forms = Questo documento PDF contiene dei moduli. La compilazione di moduli non è supportata.
open_with_different_viewer = Apri con un altro lettore
open_with_different_viewer.accessKey = A

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>it</em:locale>
<em:name>PDF Viewer</em:name>
<em:description>Usa HTML5 per visualizzare i file PDF direttamente in Firefox.</em:description>
</Description>
</em:localized>

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=この PDF 文書はサポートされていないため正しく表示できない可能性があります。
unsupported_feature_forms=この PDF ドキュメントは、フォームが含まれています。フォームフィールドへの入力はサポートされていません。
open_with_different_viewer=ほかのビューアーで開く
open_with_different_viewer.accessKey=o

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>ja</em:locale>
<em:name>PDF Viewer</em:name>
<em:description>HTML5を使用して、Firefoxで直接PDFファイルを表示します。</em:description>
</Description>
</em:localized>

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=ეს PDF-დოკუმენტი შეიძლება არ გამოჩნდეს მართებულად.
unsupported_feature_forms=ეს PDF-დოკუმენტი შეიცავს ველებს. მათი შევსების შესაძლებლობა კი არაა მხარდაჭერილი.
open_with_different_viewer=სხვა პროგრამაში გახსნა
open_with_different_viewer.accessKey=

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Yezmer d akken isemli-agi PDF ur d-ittuskan ara kken iwata.
unsupported_feature_forms=Isemli-yagi PDF igber tiferkiyin. Taččart n wurtan n tferkiyin ur tettusefrak ara.
open_with_different_viewer=Ldi s umeɣṛi-nniḍen PDF
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Бұл PDF құжаты дұрыс көрсетілмеуі мүмкін.
unsupported_feature_forms=Бұл PDF құжатында формалар бар. Формалар өрістерін толтыруға қолдау жоқ.
open_with_different_viewer=Басқа қолданбада ашу
open_with_different_viewer.accessKey=о

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=ឯកសារ PDF នេះ​អាច​មិន​ត្រូវ​បាន​បង្ហាញ​ត្រឹមត្រូវ ។
unsupported_feature_forms=ឯកសារ PDF នេះ​មាន​ទម្រង់។ បំពេញ​វា​ទម្រង់​មិន​ត្រូវ​បាន​គាំទ្រ។
open_with_different_viewer=បើក​ជាមួយ​កម្មវិធី​មើល​ផ្សេងគ្នា
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=ಈ PDF ದಸ್ತಾವೇಜು ಸರಿಯಾಗಿ ಕಾಣಿಸದೆ ಇರಬಹುದು.
unsupported_feature_forms=ಈ PDF ದಸ್ತಾವೇಜು ಫಾರ್ಮ್‌ಗಳನ್ನು ಹೊಂದಿದೆ. ಫಾರ್ಮ್ ಸ್ಥಳಗಳನ್ನು ತುಂಬಿಸುವುದಕ್ಕೆ ಬೆಂಬಲವಿಲ್ಲ.
open_with_different_viewer=ಬೇರೊಂದು ವೀಕ್ಷಕದಲ್ಲಿ ತೆರೆ
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=이 PDF 문서는 다르게 보일 수 있습니다.
unsupported_feature_forms=이 PDF 문서에는 폼 입력이 들어 있습니다. 폼 필드를 채우는 것은 지원되지 않습니다.
open_with_different_viewer=다른 프로그램으로 보기
open_with_different_viewer.accessKey=o

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>ko</em:locale>
<em:name>PDF 뷰어</em:name>
<em:description>Firefox가 PDF 파일을 HTML5를 이용하여 직접 보여줍니다.</em:description>
</Description>
</em:localized>

View File

@ -1,8 +0,0 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
unsupported_feature = Sto documento PDF o porieiva no ese mostrou ben.
open_with_different_viewer = Arvi co-in atro letô
open_with_different_viewer.accessKey = o
unsupported_feature_forms = Sto documento PDF o contegne di mòdoli. A conpilaçion de mòdoli a no l'é soportâ.

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Gali būti, jog šis PDF dokumentas rodomas neteisingai.
unsupported_feature_forms=Šiame PDF dokumente yra formų. Formų laukų pildymas kol kas nepalaikomas.
open_with_different_viewer=Atverti kita žiūrykle
open_with_different_viewer.accessKey=k

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>lt</em:locale>
<em:name>PDF peržiūros programa</em:name>
<em:description>PDF bylos vaizduojamos tiesiogiai, naudojant HTML5 Firefox naršyklėje.</em:description>
</Description>
</em:localized>

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Īspiejams, ka itys PDF dokuments natīk attāluots korekti.
unsupported_feature_forms=Itys PDF dokuments satur formys. Formu lauku aizpiļde natīk nūdrūsynuota.
open_with_different_viewer=Attaiseit ar cytu programu
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Iespējams, ka šis PDF dokuments netiek attēlots korekti.
unsupported_feature_forms=Šis PDF dokuments satur formas. Formu lauku aizpilde netiek nodrošināta.
open_with_different_viewer=Atvērt ar citu programmu
open_with_different_viewer.accessKey=o

View File

@ -1,9 +0,0 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Chrome notification bar messages and buttons
unsupported_feature=Овој PDF документ може да се прикаже неисправно.
open_with_different_viewer=Отвори со друг прегледувач
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=हे PDF दस्तऐवज कदाचित योग्यरित्या दाखवणे शक्य नाही.
unsupported_feature_forms=ह्या PDF दस्तऐवजामध्ये फॉर्म्स समाविष्टीत आहे. फॉर्म क्षेत्र भरणे समर्थीत नाही.
open_with_different_viewer=वेगळ्या प्रदर्शकासह उघडा
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Dokument PDF ini mungkin tidak dipaparkan dengan baik.
unsupported_feature_forms=Dokumen PDF ini mengandungi borang. Pengisian medan borang tidak disokong.
open_with_different_viewer=Buka Dengan Pemapar Lain
open_with_different_viewer.accessKey=a

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=ယခု PDF ဖိုင်အား ကောင်းစွာ ပြသနိုင်မည်မဟုတ် ။
unsupported_feature_forms=ဤ PDF ဖိုင်တွင် Form များပါဝင်ပါသှ် ။ Form တွေဖြည့်ခြင်းအား ထောက်ပံ့မထားသေးပါ
open_with_different_viewer=တခြားမြင်ကွင်း နဲ့ဖွင့်ပါ
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Dette PDF-dokumentet vises kanskje ikke riktig.
unsupported_feature_forms=Dette PDF-dokumentet inneholder skjemaer. Utfylling av skjemaer støttes ikke.
open_with_different_viewer=Åpne med et annet visningsprogram
open_with_different_viewer.accessKey=n

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=PDF डकुमेन्ट सहि तरिकाले प्रदर्शीत नहुन सक्छ।
unsupported_feature_forms=यो पिडिएफ फाइलमा फारम छ । यो फारम भर्न समर्थित छैन ।
open_with_different_viewer=फरक प्रदर्शकद्वारा खोल्नुहोस्
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Dit PDF-document wordt mogelijk niet juist weergegeven.
unsupported_feature_forms=Dit PDF-document bevat formulieren. Het invullen van formuliervelden wordt niet ondersteund.
open_with_different_viewer=Openen met andere PDF-lezer
open_with_different_viewer.accessKey=O

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>nl</em:locale>
<em:name>PDF-viewer</em:name>
<em:description>Gebruikt HTML5 om PDF-bestanden direct in Firefox te openen.</em:description>
</Description>
</em:localized>

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Dette PDF-dokumentet vert kanskje ikkje vist rett.
unsupported_feature_forms=Dette PDF-dokumentet inneheld skjema. Utfylling av skjema er ikkje støtta.
open_with_different_viewer=Opne med eit anna visingsprogram
open_with_different_viewer.accessKey=n

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Es possible qu'aqueste document PDF s'afiche pas corrèctament.
unsupported_feature_forms=Aqueste document PDF conten de formularis. L'emplenatge de camps de formularis es pas pres en carga.
open_with_different_viewer=Dobrir amb un autre lector PDF
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=ਇਹ PDF ਡੌਕੂਮੈਂਟ ਨੂੰ ਸ਼ਾਇਦ ਠੀਕ ਤਰ੍ਹਾਂ ਨਾ ਵੇਖਾਇਆ ਜਾ ਸਕੇ।
unsupported_feature_forms=ਇਹ PDF ਦਸਤਾਵੇਜ਼ ਵਿੱਚ ਫਾਰਮ ਹਨ। ਫਾਰਮ ਖੇਤਰਾਂ ਨੂੰ ਭਰਨਾ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।
open_with_different_viewer=ਵੱਖਰੇ ਦਰਸ਼ਕ ਨਾਲ ਖੋਲ੍ਹੋ
open_with_different_viewer.accessKey=o

View File

@ -1,9 +0,0 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Chrome notification bar messages and buttons
unsupported_feature=Ten dokument PDF może nie wyświetlać się poprawnie.
unsupported_feature_forms=Ten dokument PDF zawiera formularze. Uzupełnianie pól formularzy nie jest obsługiwane.
open_with_different_viewer=Otwórz w innym programie
open_with_different_viewer.accessKey=O

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>pl</em:locale>
<em:name>Przeglądarka PDF</em:name>
<em:description>Używa HTML5 do wyświetlania plików PDF bezpośrednio w Firefoksie.</em:description>
</Description>
</em:localized>

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Este documento PDF pode não ser exibido corretamente.
unsupported_feature_forms=Este documento PDF contém formulários. O preenchimento de campos de formulário não é suportado.
open_with_different_viewer=Abrir com um visualizador diferente
open_with_different_viewer.accessKey=o

View File

@ -1,7 +0,0 @@
<em:localized>
<Description>
<em:locale>pt-BR</em:locale>
<em:name>PDF Viewer</em:name>
<em:description>Aprensenta PDFs no browser usando a tecnologia HTML5.</em:description>
</Description>
</em:localized>

View File

@ -72,11 +72,11 @@ scroll_horizontal_label=Rolagem horizontal
scroll_wrapped.title=Usar rolagem contida
scroll_wrapped_label=Rolagem contida
spread_none.title=Não associar à página estendidas
spread_none.title=Não reagrupar páginas
spread_none_label=Não estender
spread_odd.title=Associar página estendida a partir de páginas com números ímpares
spread_odd.title=Agrupar páginas começando em páginas com números ímpares
spread_odd_label=Estender ímpares
spread_even.title=Associar página estendida a partir de páginas com números pares
spread_even.title=Agrupar páginas começando em páginas com números pares
spread_even_label=Estender pares
# Document properties dialog box

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Este documento PDF poderá não ser mostrado corretamente.
unsupported_feature_forms=Este documento PDF contém formulários. O preenchimento dos campos não é suportado.
open_with_different_viewer=Abrir com outro visualizador
open_with_different_viewer.accessKey=o

View File

@ -1,19 +0,0 @@
# Copyright 2012 Mozilla Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Chrome notification bar messages and buttons
unsupported_feature=Quest document PDF na vegn eventualmain betg visualisà correctamain.
unsupported_feature_forms=Quest document da PDF cuntegna formulars. La funcziun dad emplenir champs da formulars na vegn dentant betg sustegnida.
open_with_different_viewer=Avrir cun in auter program
open_with_different_viewer.accessKey=o

Some files were not shown because too many files have changed in this diff Show More