Commit Graph

586 Commits

Author SHA1 Message Date
Jonas Jenwald
33063a486e Update l10n files 2016-12-19 11:10:14 +01:00
Jonas Jenwald
caf81685cb Update l10n files 2016-12-05 10:10:17 +01:00
Jonas Jenwald
362d20b23a Update l10n files 2016-11-28 10:30:05 +01:00
Jonas Jenwald
8a1ed8ab1f Update l10n files 2016-11-21 17:23:22 +01:00
Jonas Jenwald
7f678e3af1 Update l10n files 2016-11-17 12:03:31 +01:00
Jonas Jenwald
40d2d3f569 [l10n] Add Swedish translations for a couple of new/changed localization IDs
I got tired of staring at a bunch of localization warnings every time that I open the console, hence this patch adds the missing translations to the Swedish locale.
2016-11-01 10:09:47 +01:00
Tim van der Meij
775b294bb9 L10n: import upstream translations 2016-10-31 23:35:05 +01:00
Tim van der Meij
f8e29ad80f L10n: update the Dutch translation after recent string changes 2016-10-31 23:31:14 +01:00
Jonas Jenwald
077e644437 Fix a typo in the page_of_pages l10n ID for the en-US locale 2016-10-31 23:14:22 +01:00
Tim van der Meij
e9c63a2b32 Merge pull request #6945 from Snuffleupagus/page-labels-viewer
Add support for PageLabels in the viewer (issue 6902, bug 793632)
2016-10-31 22:59:56 +01:00
Yury Delendik
ab464df336 Import L10n files. 2016-10-27 16:16:27 -05:00
Jonas Jenwald
f461fd64aa Add support for PageLabels in the viewer
This patch implements the page label functionality in a similar way as Adobe Reader.
For documents with page labels, if a non-existent page label is entered we'll try to fallback to the page number instead.
The patch also includes a preference (`disablePageLabels`), to make it easy to opt-out of using page labels if the user/implementor so wishes.

The way that `get/set currentPageLabel` is implemented in `PDFViewer`, is as wrappers for the corresponding `get/set currentPageNumber` functions, since that seemed like the cleanest solution.
The page labels are purposely *only* added to the page controls in the viewer UI, and not stored in e.g. the `ViewHistory`. Since doing so would mean adding unnecessary code complexity, without any real added value, and would also mean delaying the inital loading of PDF documents.

Note that this patch will ignore page labels if they are identical to standard page numbering, since in this case displaying the page labels adds no value (but only UI noise). The reason for handling this case specially, is that in practice a surprising number of PDF files include "pointless" page labels.
2016-10-26 13:30:36 +02:00
Jonas Jenwald
23ec02bb93 Remove the "Page: " label and replace it with a tooltip
The following reasoning was used for deciding to remove the "Page: " label, and replace it with a tooltip, from the main toolbar:
 - We have no other visible labels in the *main* toolbar (e.g. the Zoom dropdown doesn't have a label, but only a tooltip).
 - We already hide the "Page: " label when the viewer is narrow.
 - The varying width of the "Page: " label in different locales is already causing issues for many languages, with overlap in the main toolbar as a result.
Trying to create responsive CSS styles that works well in all locales is already difficult, and if we add support for page labels that will only further compound the issues.
 - Some PDF viewers (e.g. Adobe Reader, pdfium in Chrome) doesn't show labels in the UI by default.
2016-10-26 13:30:26 +02:00
Jonas Jenwald
47a1c7797e Update l10n files 2016-10-23 12:19:00 +02:00
Jeenu Viswambharan
f2dcacd164 Explain double-click behaviour on tool tip
The outline toggle button has a feature where it can be double-clicked
to expand/collapse all items shown therein. Although this is described
in the FAQ, can go potentially unnoticed. This, however, being a useful
feature, advertise on the tool tip itself.

l10n translation for en-US and IDs updated.

Signed-off-by: Jeenu Viswambharan <jeenuv@gmail.com>
2016-10-16 09:22:48 +01:00
Tim van der Meij
fb5aa58008 Merge pull request #7697 from yurydelendik/print-v2
Refactoring of printing code and mozPrintCallback polyfill
2016-10-11 21:22:07 +02:00
Yury Delendik
1a056caf88 Localization of the print dialog. 2016-10-11 10:08:13 -05:00
Jonas Jenwald
d7148735ba Update l10n files 2016-10-09 12:11:53 +02:00
Jonas Jenwald
9e927ded93 Update l10n files 2016-09-20 12:51:52 +02:00
Tim van der Meij
d1ca5c11ec Update translations 2016-08-28 16:14:03 +02:00
Brendan Dahl
8cf32cde6c Upstream l10n changes from Bug 1259859. 2016-08-24 09:47:36 -07:00
Jonas Jenwald
3a1e794512 Update l10n files 2016-08-06 12:44:06 +02:00
Jonas Jenwald
11381cdb0f Update l10n files 2016-07-15 11:48:37 +02:00
Jonas Jenwald
87229a086f Update mxr.mozilla.org links to point to dxr.mozilla.org instead
Given that MXR has been officially retired, see https://groups.google.com/forum/#!topic/mozilla.dev.platform/_k-ditFrne4, we've got a couple of links that are no longer working.
2016-07-06 11:42:16 +02:00
Jonas Jenwald
2e42c19202 Update l10n files 2016-06-22 09:41:18 +02:00
Jonas Jenwald
7c7d239995 Update l10n files 2016-05-29 12:47:00 +02:00
Jonas Jenwald
990150ce61 Update l10n files 2016-04-19 13:32:25 +02:00
Jonas Jenwald
b589add2b5 Update l10n files 2016-03-25 14:10:56 +01:00
Yury Delendik
262d1e0863 Import L10n files. 2016-03-04 09:50:51 -06:00
Jonas Jenwald
2d61652c75 Update l10n files 2016-02-11 14:33:03 +01:00
Yury Delendik
17780dab31 Import l10n. 2015-12-26 22:37:07 -06:00
Yury Delendik
7f34d40faf Imports L10n. 2015-12-15 10:07:25 -06:00
Tim van der Meij
aa75c4fe4e Merge pull request #6676 from Archaeopteryx/documentColorsQuoteEscaping
document_colors_disabled shouldn't escape quotes (compare-locales warning)
2015-11-22 15:13:13 +01:00
Jonas Jenwald
9de056f242 Update l10n files 2015-11-22 12:06:06 +01:00
Sebastian Hengst
27577a714f Issue #6569 - document_colors_disabled shouldn't escape quotes (compare-locales warning) 2015-11-22 10:14:25 +01:00
Jonas Jenwald
eff28eef3c Update l10n files 2015-10-19 18:15:22 +02:00
Yury Delendik
20b5814249 Update l10n files. 2015-09-21 08:48:19 -05:00
Jonas Jenwald
fef46a2121 Update l10n files 2015-09-13 18:15:45 +02:00
Jonas Jenwald
d1411fabfd Add locatization notes for the DocumentProperties strings with parameters
This should hopefully help prevent localizers from translating the actual parameters.
2015-08-19 13:22:52 +02:00
Jonas Jenwald
78dbf56484 Update l10n files 2015-08-19 12:28:38 +02:00
Jonas Jenwald
94d9a27a67 Update l10n files 2015-07-23 16:59:58 +02:00
Tim van der Meij
5f50f8b291 Localization updates (June 29, 2015) 2015-06-29 19:28:24 +02:00
Yury Delendik
99415a75b7 Update l10n files. 2015-06-18 09:47:47 -05:00
Yury Delendik
b5de3dcea5 Updates l10n files. 2015-05-19 07:36:01 -05:00
Jonas Jenwald
3fd44fd24d Import l10n files 2015-05-06 20:02:20 +02:00
Peter Pin-Guang Chen
67b19cfe8a Bug 1151303 - [zh-TW] Translation update proposed for browser/pdfviewer/viewer.properties:document_properties_mb 2015-04-05 19:08:38 +08:00
Jonas Jenwald
d156007804 Import l10n 2015-04-04 17:57:54 +02:00
Pietro Albini
1da99feef3 Fixed a small typo in the italian translation
In "document_properties_mb", {{size_mb}} was instead {{size_kb}}.
2015-04-03 21:24:34 +02:00
Marcos Neves
47b2e9355f add missing pt-BR page_scale_percent property 2015-04-01 23:57:07 -03:00
Yury Delendik
c17ff30d19 Import l10n. 2015-03-09 23:30:18 -05:00
Jonas Jenwald
00ee6bd6b6 Merge pull request #5693 from collinanderson/whitespace
cleaned whitespace
2015-02-28 10:09:21 +01:00
Yury Delendik
ec7bab651b Import L10n files. 2015-02-26 17:41:03 -06:00
Collin Anderson
54e984c763 cleaned whitespace 2015-02-17 11:07:37 -05:00
Archaeopteryx
deeca31f82 Add missing comma to German add-on description 2015-01-03 20:22:16 +01:00
Yury Delendik
4c57ef68c3 Imports l10n 2015-01-02 09:10:11 -06:00
Yury Delendik
3b9a78d3d8 Merge pull request #5416 from Snuffleupagus/percent-sign-l10n
Allow localization of the placement of percent signs in the zoom box
2014-11-11 08:30:07 -06:00
Yury Delendik
ade8dccb73 Import L10n 2014-11-11 08:27:54 -06:00
Jonas Jenwald
2505c8613b Allow localization of the placement of percent signs in the zoom box 2014-10-21 21:41:06 +02:00
Jonas Jenwald
2eb4acbb8d Update l10n files (October 2014) 2014-10-17 13:49:22 +02:00
Yury Delendik
d6328bbbed Imports L10n 2014-09-20 08:31:13 -05:00
Xavier Fung
0340e4c12f Update zh-TW translation
Update text of "unexpected_response_error".
2014-09-18 16:21:02 +08:00
Jonas Jenwald
ed5fc43510 Add |UnexpectedResponseException| to fix the exception handling when file loading fails because the server responds with a non 404 status message 2014-09-14 11:52:33 +02:00
Yury Delendik
de5ac69e7c Update l10n 2014-09-04 18:21:57 -05:00
Yury Delendik
bd1c7be0cb Import L10n 2014-07-23 10:48:49 -05:00
Jonas Jenwald
a4b71f9c35 Re-add Attachment strings to the Swedish l10n 2014-06-12 23:09:44 +02:00
Tim van der Meij
446bc9cf8b Imports most recent l10n files 2014-06-12 22:01:13 +02:00
Yury Delendik
2b6067c040 Updates l10n 2014-06-04 11:33:37 -05:00
Yury Delendik
c321f51e54 Updates l10n resources 2014-05-28 09:11:40 -05:00
Yury Delendik
812c5accb2 Making sure we are not importing CRs and BOMs 2014-05-28 08:25:27 -05:00
Yury Delendik
6f39d7849f Fixing ca/metadata.inc file 2014-05-23 18:32:37 -05:00
Yury Delendik
210a51c507 Synchronize l10n 2014-05-12 10:26:39 -05:00
fkaelberer
0ae341ebc0 update DE translation (attachments) 2014-05-09 23:42:09 +02:00
Tim van der Meij
2c52e69053 Dutch translations for attachments strings 2014-04-24 21:36:44 +02:00
Tim van der Meij
ee545ddb54 Merge pull request #4644 from Snuffleupagus/attachments-swedish
Add Attachment strings to the Swedish l10n
2014-04-19 13:15:18 +02:00
Xavier Fung
e9a52a2c6c Update of zh-TW 2014-04-19 14:27:13 +08:00
Jonas Jenwald
bd1cfbe8a9 Add Attachment strings to the Swedish l10n 2014-04-19 01:01:28 +02:00
Yury Delendik
a0625ec0e5 Import of l10n 2014-04-18 12:32:13 -05:00
Samuel Chantaraud
25ee0e8572 Preliminary attachments support
Added a partial Filespec support
Added getAttachments in API
Added a new attachments view in UI (with a new icon by @shorlander)
2014-04-18 12:11:00 -04:00
Yury Delendik
7638175315 Sync l10n files 2014-04-03 10:49:55 -05:00
Tim van der Meij
eda3fbe994 Importing all locales from mozilla-aurora, keeping our own metadata.inc files 2014-03-26 23:48:04 +01:00
Tim van der Meij
d2127174c2 Removing translations not present in Aurora: they will be replaced in the next commit with proper language codes 2014-03-26 23:48:02 +01:00
Tim van der Meij
c6f009403d Implements importl10n command 2014-03-26 23:48:02 +01:00
Alexandre Vicenzi
b4ca084d1f Sync pt-BR translations with l10n-mozilla-aurora 2014-03-19 13:58:21 -03:00
Jonas Jenwald
35f5a1ea5e Merge pull request #4294 from deepj/cs-locale
Update cs locale
2014-02-14 12:24:32 +01:00
deepj
8a2b3cdb3a Update cs locale 2014-02-14 12:12:00 +01:00
Minh-Hoang, Nguyen
73d19c5293 Corrected word spelling 2014-02-14 16:40:21 +07:00
deepj
579fb815ad Update cs locale 2014-02-13 23:56:21 +01:00
Haebaru
4ba6570e16 Update ja locale 2014-02-11 10:31:58 -06:00
Peter Pin-Guang Chen
06a24136e5 Backport latest zh-TW strings from l10n-aurora 2014-02-07 00:50:33 +08:00
fkaelberer
ab6fd8c0b8 Update DE translation (doc properties) 2014-01-31 09:20:21 +01:00
Tim van der Meij
744470167a Bengali updates 2014-01-30 19:06:03 +01:00
rabbihossain
cd976066cf update l10n strings and squash commit 2014-01-30 18:24:11 +06:00
Jonas Jenwald
730e536b90 Add Document Properties to the Swedish l10n 2014-01-23 11:35:39 +01:00
Xavier fung
e8239de897 zh-TW translation update for document properties 2014-01-23 10:43:40 +08:00
TheoChevalier
25ad893a25 Update fr locale 2014-01-23 00:50:14 +01:00
Tim van der Meij
c952b6fb85 Miscellaneous improvements for the document properties dialog 2014-01-23 00:30:48 +01:00
Xavier fung
554b6244b6 Document Propeties translation in zh-TW 2014-01-22 11:10:39 +08:00
Tim van der Meij
5f7ded4ff6 Document properties 2014-01-22 00:07:07 +01:00
Jonas Jenwald
1bba4d6da3 Move the Swedish l10n 2014-01-13 18:42:48 +01:00
Xavier fung
d87643e8c1 Add form warning and minor translation update for zh-TW 2014-01-09 11:16:13 +08:00
Tim van der Meij
e6da6106b5 Add forms warning to the Dutch l10n 2014-01-09 00:01:49 +01:00
Jonas Jenwald
873c171e49 Add forms warning to the Swedish l10n 2014-01-08 18:47:31 +01:00
Brendan Dahl
5d080a03bb Show a different warning for PDF’s with forms. 2014-01-07 16:03:45 -08:00
Adolfo Jayme Barrientos
87c3e38edf Update Spanish translation
Sync with latest changes and tweak a string for clarity
2014-01-06 01:31:57 -06:00
haebaru
3196bb4f72 Update ja locale 2013-12-16 16:25:57 +09:00
Peter Pin-Guang Chen
9b5bf9265d Update zh-TW strings again. Pulled from latest mozilla-aurora 2013-12-14 19:58:05 +08:00
lpy
5e744029ff Update viewer.propertiesin l10n for zh-CN 2013-12-12 20:53:05 +08:00
fkaelberer
142ace0180 Comments:
Line 56-58: "Gegen den Uhrzeigersinn" is shorter and more common than "Entgegen dem Uhrzeigersinn" (http://de.wikipedia.org/wiki/Drehrichtung)

Line 60-63: "Hand-Werkzeug" is also used in Acrobat

Line 124,133,..: "PDF" is not a noun. Acrobat, Wikipedia use "PDF-Datei" (="PDF file") instead of "PDF".
The English translation sounds just as bad: "An error occurred while loading the PDF.", "The PDF is not fully loaded for printing."
2013-12-10 09:43:20 +01:00
Xavier fung
950cfd93e4 Hand tool translations for zh-TW 2013-12-09 10:04:18 +08:00
Jonas Jenwald
6cbd6833ba Add hand tool strings to the Swedish l10n 2013-12-07 14:19:30 +01:00
Tim van der Meij
9862dec250 Dutch translations for the hand tool 2013-12-07 13:50:53 +01:00
Rob Wu
3914768085 Implement hand tool
The logic for the hand tool is implemented in a separate project,
maintained at https://github.com/Rob--W/grab-to-pan.js

Integration notes
- Added toggle as an entry under the Secondary toolbar
- Added shortcut "h" to toggle hand tool (to-do: document this in wiki
  after merge). This shortcut is also used in Adobe's Acrobat Reader.

To-do: localizations for:
hand_tool_enable.title=
hand_tool_enable_label=
hand_tool_disable.title=
hand_tool_disable_label=

To-do (wish): persistence of hand tool preference, preferably a global setting.

secondaryToolbarButton-handTool.png created by Stephen Horlander <shorlander@mozilla.com>
2013-12-03 15:51:41 +01:00
Adolfo Jayme Barrientos
1b0842ad7c Update viewer.properties 2013-10-23 00:05:34 -05:00
Jonas Jenwald
3ee730d009 Merge pull request #3779 from xavier114fch/zh-TW
Update zh-TW locale
2013-10-07 08:03:15 -07:00
Xavier Fung
b484d72326 Update zh-TW locale 2013-10-07 22:45:16 +08:00
Haebaru
4d98103176 Update ja locale 2013-10-07 23:25:11 +09:00
Tim van der Meij
dbd214fd28 Merge pull request #3728 from JakubOnderka/patch-1
Added missed space in Czech translation
2013-10-02 06:13:27 -07:00
Paul Francis
bc70a195da Norwegian and Welsh locales added
Norsk (no), Cymreag (cy)
2013-09-25 11:43:49 +01:00
Jonas Jenwald
b31ace14b5 Add password strings to the Swedish l10n 2013-09-24 20:30:02 +02:00
Tim van der Meij
63233fa8c2 Improved password prompt 2013-09-24 17:46:54 +02:00
Jakub Onderka
8a7eae8f05 Added missed space in Czech translation 2013-09-24 10:25:02 +02:00
Tim van der Meij
67071e4967 Merge pull request #3680 from ebraminio/master
Adding Persian Translations
2013-09-17 12:03:38 -07:00
Brendan Dahl
60997bffb8 Merge pull request #3698 from timvandermeij/revert-lang-changes
Revert language string changes
2013-09-17 10:11:28 -07:00
Tim van der Meij
8bb340cc96 Merge pull request #3703 from xavier114fch/zh-TW
Update zh-TW locale
2013-09-17 08:07:47 -07:00
Xavier fung
0c2919903f Update zh-TW locale 2013-09-17 09:07:16 +08:00
Haebaru
4dcc7873df Update ja locale 2013-09-16 15:43:25 +09:00
Tim van der Meij
9d6ec2ea6f Revert language string changes 2013-09-15 22:50:50 +02:00
Ebrahim Byagowi
8ef6cd6272 Adding Persian Translations 2013-09-13 00:39:37 +04:30
Jonas
cb11b44bcf Update the Swedish l10n with secondaryToolbar strings 2013-09-05 11:50:47 +02:00
Tim van der Meij
3c0ac37292 Secondary toolbar 2013-09-04 23:48:31 +02:00
ReuDa
27cb7a54e3 Fixed german translation for sidebar 2013-08-05 14:27:21 +02:00
Brendan Dahl
cd0fb0d484 Merge pull request #3247 from antapos/greeklangsupport
Added localization for greek language
2013-05-30 13:45:36 -07:00
Brendan Dahl
b40d5a802a Merge pull request #3237 from moztw/master
Update zh-TW l10n strings: copied from l10n-central
2013-05-30 13:44:41 -07:00
Brendan Dahl
869b8788ab Merge pull request #3241 from timvandermeij/dutch-localization-update-may-10
Dutch localization (nl_NL) update
2013-05-15 12:53:44 -07:00
Antonis Apostolakis
ff41922d6c Merged my translation with translation found in http://mxr.mozilla.org/l10n-mozilla-release/source/el/browser/pdfviewer/viewer.properties 2013-05-14 13:25:49 +03:00
antapos
5d502ff62a Added localization for greek language 2013-05-12 12:36:27 +03:00
piotrex
8dbdb547aa Localized "invalid_password" to PL 2013-05-11 16:03:05 +03:00
Tim van der Meij
009ab32a5d Dutch localization (nl_NL) update 2013-05-10 22:03:09 +02:00
Peter Pin-Guang Chen
5cc7ddc2f3 Update zh-TW l10n strings: copied from latest mozilla-central 2013-05-10 21:46:45 +08:00
Yury Delendik
d92c3f8913 Merge pull request #2988 from mduan/annotation-refactor-tx
Refactor annotation code
2013-05-09 06:09:14 -07:00
Yury Delendik
bf2ebd3714 Updated Japanese locale (#3228) 2013-05-08 08:09:37 -05:00
Yury Delendik
6ca409a507 Update zh-TW translation (#3227) 2013-05-08 08:08:50 -05:00
haebaru
8e7e351237 Updated Japanese locale 2013-05-08 21:50:51 +09:00
Xavier fung
19cdffdef2 Update translation 2013-05-08 09:30:19 +08:00
haebaru
9ac79a8b28 Merge branch 'master' of https://github.com/mozilla/pdf.js 2013-05-08 06:59:24 +09:00
haebaru
ef5aadb7d6 Updated Japanese locale 2013-05-08 06:56:59 +09:00
Jonas
ed3a670cc6 Add 'invalid_password' and 'document_colors_disabled' strings to Swedish l10n 2013-05-07 22:50:15 +02:00
Mack Duan
f8f4b3f45d Refactor code for annotations 2013-05-07 14:22:13 -04:00
Brendan Dahl
e5b5c94925 Merge pull request #3060 from saebekassebil/fixpassword
Ask for password on failed decryption
2013-05-07 09:27:38 -07:00
Jakob Miland
297c305150 Ask for password on failed decryption 2013-05-07 18:24:59 +02:00
Yury Delendik
5ffcc3c58e Merge commit 'e648005' 2013-05-07 07:40:30 -05:00
Xavier fung
e64800540f Update translation 2013-05-07 09:36:42 +08:00
piotrex
f1f72105b9 Translated "document_colors_disabled" to PL 2013-05-06 20:21:51 +03:00
Jonas
40718bdb7b Fixes bug 863591 2013-05-06 17:39:22 +02:00
Yury Delendik
f9e56497b8 Removes es-MX locale (per #3088) 2013-04-29 15:44:36 -05:00
Yury Delendik
1d9679f80b Merge commit 'eeacb9e7a4fb30b1e3e603af59d' into pr-3088 2013-04-29 15:44:18 -05:00
Brendan Dahl
1e53ab125e Merge pull request #3154 from mete0r/korean-language
Add Korean language localization (ko)
2013-04-29 11:23:28 -07:00
Brendan Dahl
abd85cabdc Merge pull request #3107 from hksonngan/master
Vietnamese language
2013-04-29 11:17:15 -07:00
mete0r
d42bd1c7e0 Korean language (ko) 2013-04-25 14:05:43 +09:00
haison
3b94550712 Vietnamese language 2013-04-17 14:05:35 +09:00
Jakub Onderka
8d9a2581bf Fixed typo in Czech viewer.properties 2013-04-16 14:16:09 +03:00
Adolfo Jayme Barrientos
eeacb9e7a4 Update Spanish l10n
Not removing es_MX for now. Would it be a good idea to create symlinks
or something like that?
2013-04-12 06:34:31 -05:00
Brendan Dahl
added3da8f Merge pull request #3055 from saebekassebil/da-l10n
Update danish locale
2013-04-11 11:42:49 -07:00
Brendan Dahl
985307907b Merge pull request #3054 from saebekassebil/disabled
Disable outline button when unavailable
2013-04-11 09:29:52 -07:00
Jakob Miland
6b4f72a2c3 Disable outline button when unavailable 2013-04-11 18:27:35 +02:00
Jakob Miland
2fbd40545c Update danish locale 2013-04-07 12:56:33 +02:00
Yury Delendik
e646543474 Merge pull request #3051 from piotrex/patch-1
Localized "web_colors_disabled" to Polish
2013-04-06 09:39:59 -07:00
Brendan Dahl
5ceac52a6b Merge pull request #3052 from Haebaru/master
Updated Japanese locale
2013-04-05 14:58:04 -07:00
haebaru
8509ee740a Updated Japanese locale 2013-04-06 06:08:11 +09:00
piotrex
9af3a624dd Localized "web_colors_disabled" to Polish 2013-04-05 23:26:04 +03:00
Xavier fung
3933d50dda Update zh-TW translation 2013-04-05 09:47:10 +08:00
Jonas
ee83df1338 Detect and add fallback if document colors are disabled in Firefox - address comment 2013-04-03 18:49:03 +02:00
TheoChevalier
d4a2685c01 Merging fr l10n from mozilla-central 2013-04-02 13:37:56 +02:00
Haebaru
a8a58ea5f8 Update viewer.properties 2013-04-01 20:39:56 +09:00
haebaru
5ca8f1d0da Updated Japanese locale 2013-03-31 17:56:31 +09:00
Yury Delendik
57631bcd1c Merge pull request #3014 from timvandermeij/print-warning-dutch
Updating Dutch translation with print warning
2013-03-30 19:24:52 -07:00
Yury Delendik
d087474e78 Merge pull request #3013 from xavier114fch/zh-TW
Update zh-TW locale for printing not ready message
2013-03-30 19:23:40 -07:00
Yury Delendik
7a8c2055ec Merge pull request #3011 from Snuffleupagus/printing-not-ready
Update Swedish locale with 'printing_not_ready' string
2013-03-30 19:23:08 -07:00
Tim van der Meij
4619e133c7 Updating Dutch translation with print warning 2013-03-30 23:59:52 +01:00
piotrex
c6d32d2e16 Squashed commits to Polish viewer.properties.
(Removed English leftovers)
2013-03-30 11:41:40 +01:00
Xavier Fung
0f1d761f85 Update zh-TW locale for printing not ready message 2013-03-30 14:14:34 +08:00
Jonas
d0d865ccc1 Update Swedish locale with 'printing_not_ready' string 2013-03-30 00:15:58 +01:00
Mack Duan
4782a3acb9 Changes to viewer to support progressive loading 2013-03-29 11:51:10 -07:00
Maksim Norkin
55ec0f798c Adding lt l10n 2013-03-09 16:37:53 +02:00
Kalervo Kujala
75bb94948a Update finnish localization 2013-03-01 22:25:27 +02:00
Yury Delendik
bc784953c8 Merge pull request #2741 from piotrex/master
viewer.properties - Polish lang : English file -> Polish and translated new values
2013-02-20 05:16:24 -08:00
piotrex
d1994d14ca Update l10n/pl/viewer.properties 2013-02-19 20:56:11 +01:00
piotrex
a2e96e927b Create chrome.properties
translated file from English
2013-02-17 02:37:40 -08:00
Serkan Algur
269e0c1974 metadata_locale_tr 2013-02-12 19:42:07 +02:00
Serkan Algur
85c9949e2c Tr lang 2013-02-12 19:22:18 +02:00
Serkan Algur
0c33d211dc Turkish Language
Added Turkish
2013-02-12 18:32:26 +02:00
Tim van der Meij
c3b5c4ff1b Fixing encoding issues 2013-02-10 13:53:26 +01:00
Tim van der Meij
6a69ff6124 Updated Dutch translations 2013-02-09 20:18:41 +01:00
haebaru
d438b5ca8a Updated Japanese locale 2013-02-09 07:28:50 +09:00
OmeGa
3deec37e83 Add Spanish (Mexico) locale 2013-02-08 05:23:32 -06:00
XiaoJSoft
3381feaa4e Updated Chinese Simplified Locale
Updated zh-CN for slider rename and 'missing_file_error' section.
2013-02-07 15:41:54 +08:00
Snuffleupagus
314bb11057 Updated Swedish locale 2013-02-04 21:24:41 +01:00
haebaru
c624dd7b2e Updated Japanese locale 2013-02-02 18:49:50 +09:00
Xavier Fung
e5a447b382 zh-TW update for slider rename 2013-02-01 00:19:51 +08:00
Yury Delendik
c53fa62e58 Merge pull request #2644 from SSk123/edit_slider_name
Bug #767698 Slider Rename
2013-01-31 06:06:06 -08:00
Srishti
a80234fee9 Bug #767698 Slider Rename
Bug #767698 Slider Rename
2013-01-31 19:25:02 +05:30
Xavier fung
3ef5b6e8f2 Update zh-TW translation 2013-01-30 10:36:47 +08:00
Bill Walker
12af2f9431 fix for #2219, "provide a better error message when file= not found/accessible"
summary: create a new Exception class for missing PDF's, use it in place of generic

add new MissingPDFException to util.js
handle MissingPDF in api.js
handle MissingPDF in viewer.js, using new missing_file_error message
add new missing_file_error to l10n/en-US/viewer.properties
send MissingPDF from WorkerMessageHandler's loadDocument
send MissingPDF from GetDocRequest handler
2013-01-29 13:17:04 -08:00
XiaoJSoft
e30ce91f0b Updated Chinese Simplified Locale 2013-01-19 15:22:57 +08:00
haebaru
45a765f6d9 Updated Japanese locale 2013-01-11 22:50:52 +09:00
Xavier Fung
4d1b4fad35 Update zh-TW translation 2013-01-09 04:37:28 +08:00
Yury Delendik
7b70710565 Traces pdf.js version 2013-01-04 11:01:31 -06:00
Schildkroete
e120f1a298 Update German locale 2012-12-20 02:23:55 +01:00
Schildkroete
5a97d89820 Update German locale 2012-12-20 02:22:24 +01:00
Schildkroete
8be2376f14 Updated German locale 2012-12-20 01:59:26 +01:00
Schildkroete
d863cad8fa Update l10n/de/viewer.properties
updated german translation
2012-12-19 23:43:17 +01:00
Yury Delendik
1f9b91b31b Merge pull request #2445 from Haebaru/master
Updated Japanese locale
2012-12-08 06:49:03 -08:00
haebaru
90fcc86412 Updated Japanese locale 2012-12-08 21:21:46 +09:00
Xavier Fung
a751d26abc Update l10n/zh_TW/viewer.properties 2012-12-08 12:35:28 +08:00
Yury Delendik
5dc87a7fca Detecting if web fonts are disable in Firefox. 2012-11-30 17:08:19 -06:00
haebaru
763803bf9e Update l10n/ja/viewer.properties 2012-11-24 18:51:52 +09:00
Xavier Fung
3a18d12cb5 Change page to document 2012-11-21 21:45:53 +08:00
Xavier Fung
f862e67394 Update the keys to match recent changes 2012-11-21 14:12:48 +08:00
Brendan Dahl
67f3b38245 Change keys and update wording for find wrapped strings. 2012-11-20 09:19:17 -08:00
Peter Lofgren
2624dd7f03 Updated Swedish locale 2012-11-16 07:40:30 +01:00
Albert Vilà Picas
3000203eed Catalan language (ca) added. 2012-11-15 05:03:57 +01:00
Yury Delendik
c3162b00c7 Add license header to the rest of the l10n properties files 2012-11-10 15:57:56 -06:00
TheoChevalier
78b7c4400c Update fr locale from m-c 2012-11-09 03:30:50 +01:00
Brendan Dahl
942f879a5d Add license headers to properties files. 2012-11-07 13:05:50 -08:00
Xavier Fung
555bb5e3f2 Update zh-TW translation 2012-10-29 22:44:10 +08:00
Yury Delendik
1f8be3fdc3 Fixes find_wrapped_to_bottom string 2012-10-29 08:01:36 -05:00
Haebaru
8e01d3feb3 Update l10n/ja/viewer.properties 2012-10-28 22:47:05 +09:00
Piotr Zalewa
812bc6795d * InvalidPDFException added
* Act on throwing an Exception and InvalidPDFException by rejecting the worker
instead of throwing
* changed message for all builds
* alerting and closing window only for B2G builds
* invalid_file_error added to l10n (en and pl)
* UnknownErrorException added and used for every error()
2012-10-25 11:15:19 +02:00
Haebaru
4b372a9d6b Update l10n/ja/viewer.properties 2012-10-13 17:47:11 +09:00
Tim van der Meij
637efe9dde Fixing capital letters 2012-10-10 21:54:05 +02:00
Tim van der Meij
83a236484b Improved the Dutch and English strings for the first and last page context menu items 2012-10-10 21:41:38 +02:00
Tim van der Meij
8a8898d488 Renewed the Dutch translations and added all missing strings from the English language file 2012-10-10 21:28:27 +02:00
Yury Delendik
06f9b70f07 Merge pull request #2206 from timvandermeij/first-last-page-context-menu
Converted the first and last page buttons to context menu items
2012-10-10 10:36:21 -07:00
Tim van der Meij
6e13e3dd73 Final commit squash 2012-10-10 19:26:41 +02:00
Tim van der Meij
be5a86cd10 Fixed some translation issues in the Dutch locale 2012-10-09 13:21:53 -05:00
Yury Delendik
ade5f96787 Add pilot find next/prev icons; localization 2012-10-05 19:15:06 -05:00
Xavier Fung
b8c4a393e2 Update find bar translation 2012-10-06 00:22:53 +08:00
Yury Delendik
baf3e1fb83 Adds localized en-US string for find_not_found 2012-10-05 10:05:46 -05:00
Brendan Dahl
4e0c792f12 Merge pull request #2168 from mozilla/html-search-bar
Find bar
2012-10-04 13:59:20 -07:00
Brendan Dahl
1f85b8b4ed Update the l10n for the html find bar. 2012-10-02 17:08:47 -07:00
Xavier fung
f046e6670a Update zh-TW Translation 2012-09-26 16:05:43 +08:00
Artur Adib
6864a07221 Use "find" instead of both find & search 2012-09-25 16:17:27 -04:00
Brendan Dahl
de343b0297 Merge pull request #2153 from yurydelendik/rename-fullscreen
Renames fullscreen to presentation mode
2012-09-24 14:15:38 -07:00
xsoh
2d7f3c5cc6 Changing some words and fixing spaces
Changing some words and fixing spaces in the translation.
2012-09-21 19:57:03 +03:00
Yury Delendik
12a0faadad Renames fullscreen to presentation mode 2012-09-21 09:35:18 -05:00
xsoh
189f9915b7 Update the Arabic document
Update the Arabic document
2012-09-19 20:15:07 +03:00
Yury Delendik
7766894c1a Fix l10n labels ids for rotation menu items 2012-09-17 08:35:44 -05:00
Xavier Fung
474d3c0e19 Update zh-TW translation 2012-09-16 22:51:50 +08:00
Haebaru
f825e58658 Update l10n/ja/viewer.properties 2012-09-09 17:38:39 +09:00
Haebaru
855d2ccde5 Update l10n/ja/viewer.properties 2012-09-09 17:12:02 +09:00
gigaherz
bbcb05af7b Implement page rotation controls using keyboard (R/shift-R) and context menu. 2012-09-08 01:05:14 +02:00
Kalervo Kujala
5980e980a9 Add l10n/fi
The same l10n/fi strings were used as in
http://mxr.mozilla.org/l10n-central/source/fi/ and in
http://cgit.freedesktop.org/libreoffice/l10n/tree/l10n/source/fi in order not
to deviate too much from the norm.
2012-08-31 13:51:14 +03:00
Haebaru
c52cb76091 Update Japanese l10n 2012-08-14 01:58:24 +09:00
Adolfo Jayme Barrientos
41b8a9816b Update Spanish l10n
New strings added, a few tweaks have been made as well.
2012-08-04 08:30:35 -05:00
Brendan Dahl
cc9ab106b0 Merge pull request #1938 from saebekassebil/presentation
Presentation Mode - Replaces #1388
2012-07-31 13:19:51 -07:00
Yury Delendik
cf1dd71277 Merge pull request #1939 from saebekassebil/danish
Update danish locale
2012-07-30 12:48:04 -07:00
Saebekassebil
9954b0f1f2 Translate comment 2012-07-30 21:20:21 +02:00
Saebekassebil
cf69778428 Update danish locale 2012-07-30 20:49:06 +02:00
Saebekassebil
dacdbaa978 Correct l10n and address yury's comments 2012-07-30 17:58:34 +02:00
Haebaru
dde0bc70b9 Update l10n/ja/viewer.properties 2012-07-28 14:50:35 +09:00
Haebaru
354e4962e9 Update l10n/ja/chrome.properties 2012-07-28 14:45:14 +09:00
Haebaru
547cb2ca78 Japanese locale update 2012-07-22 22:29:13 +09:00
Brendan Dahl
276d965573 Sync up pdf.js with the mozilla central version. 2012-07-13 15:47:00 -07:00
Brendan Dahl
d32906adc4 Add back basic printing support for non-moz browsers.
Shadow/cache supports browsing.
Destroy pages on error and only abort if supported.
2012-07-12 10:31:20 -07:00
Brendan Dahl
4655ec0c75 Localize print message. Show/hide print button. 2012-07-09 16:04:55 -07:00
Adolfo Jayme Barrientos
9762275b44 Moar small fixes
Dah.
2012-07-04 22:44:22 -05:00
Adolfo Jayme Barrientos
9e8838756b Small fix 2012-07-04 22:38:43 -05:00
Adolfo Jayme Barrientos
f46b8b98ba Add Spanish localization 2012-07-04 22:32:15 -05:00
Peter Lofgren
709181899e Updated Swedish locale 2012-06-26 19:36:05 +02:00
Tim de Koning
e7ee11c86a Dutch localization for pdf.js 2012-06-25 14:24:58 +02:00
Brendan Dahl
cebee4026d UI update from shorlanders comments. 2012-06-07 13:51:29 -07:00
Xavier Fung
b53d3ca4f1 Update translation from latest English version of strings 2012-06-05 16:20:30 +08:00
Xavier Fung
17492f4688 Minor fix to brackets 2012-06-05 16:19:32 +08:00
Xavier Fung
c37be31b49 Merge branch 'zh-TW' of https://github.com/xavier114fch/pdf.js into zh-TW 2012-06-05 07:55:11 +08:00
Gavin Sharp
65a7017ac9 Uses ellipsis instead of dots 2012-06-04 18:48:59 -05:00
Xavier Fung
adeef04fee Update translation 2012-06-04 14:35:12 +08:00
Yury Delendik
e2011a4244 Fixing search button; removing xx culture 2012-05-31 16:13:27 -05:00
Yury Delendik
fd85882366 Addressing the bug 742099 review 2012-05-31 15:56:38 -05:00
Xavier Fung
613f4f2b90 Update translation 2012-05-30 02:47:00 +08:00
Artur Adib
2a962f2c97 merging upstream 2012-05-29 12:16:57 -04:00
Artur Adib
f991af003d Merge pull request #1701 from brendandahl/fallback-ui
Fallback UI for Extension
2012-05-29 08:43:31 -07:00
Tomer Cohen
ff14136fab Hebrew (he) localization 2012-05-29 01:23:45 +03:00
Brendan Dahl
7ea8caeb18 Change unsupported feature message. 2012-05-25 13:03:13 -07:00
Yury Delendik
d370f69978 Merge remote-tracking branch 'mozilla/master' into textsearch
Conflicts:
	extensions/firefox/components/PdfStreamConverter.js
2012-05-24 16:04:09 -05:00
Brendan Dahl
2da12930a6 Merge branch 'master' of github.com:mozilla/pdf.js into fallback-ui
Conflicts:
	extensions/firefox/components/PdfStreamConverter.js
2012-05-24 14:01:10 -07:00
Yury Delendik
b8128f69ba Localize the Find button 2012-05-24 16:00:55 -05:00
Brendan Dahl
ee54c0bfe4 Remove disable option. Change download wording to open. 2012-05-23 16:16:48 -07:00
Sam
d5bfd71c02 Czech locale 2012-05-22 19:33:39 -05:00
Yury Delendik
74616848ca Merge remote-tracking branch 'mozilla/master' into textsearch
Conflicts:
	l10n/en-US/viewer.properties
	web/viewer.html
2012-05-21 14:07:30 -05:00
Artur Adib
db31a3efd8 Merge pull request #1731 from yurydelendik/browse-icon
Replaces browse button with a icon
2012-05-21 10:38:20 -07:00
Yury Delendik
609b2a797e Merge remote-tracking branch 'mozilla/master' into textsearch
Conflicts:
	l10n/en-US/viewer.properties
	web/viewer.html
2012-05-21 11:32:16 -05:00
Yury Delendik
55d9a53e40 Fixes tab order, temp icon and localization 2012-05-21 11:23:12 -05:00
Yury Delendik
cc3e7197b3 Replaces browse button with a icon 2012-05-20 17:12:58 -05:00
Xavier Fung
b18f4205f3 Traditional Chinese Translation 2012-05-21 02:29:27 +08:00
Haebaru
2da5727b6b Japanese locale 2012-05-20 08:07:37 -05:00
Jean-Bernard marcon
0f2effa2b9 small fix in French translation 2012-05-20 09:37:50 +02:00
yfdyh000
fcd16fa50e Chinese (Simplified) locale 2012-05-19 20:50:54 -05:00
goofy-bz
a27fa1071e finetuned tooltips 2012-05-19 11:22:28 -05:00
goofy-bz
ea0526e39c French locale 2012-05-19 08:58:59 -05:00
Yury Delendik
f01813c053 Add localization strings for ru 2012-05-18 08:59:27 -05:00