]> git.parisson.com Git - pdf.js.git/commitdiff
Fixing search button; removing xx culture
authorYury Delendik <ydelendik@mozilla.com>
Thu, 31 May 2012 21:13:27 +0000 (16:13 -0500)
committerYury Delendik <ydelendik@mozilla.com>
Thu, 31 May 2012 21:13:27 +0000 (16:13 -0500)
l10n/en-US/viewer.properties
l10n/xx/viewer.properties [deleted file]
web/viewer.html

index 0074460753733b848af32e7d922b1543aff6e12f..25abd9275aed29155be342873677953117739dac 100644 (file)
@@ -26,8 +26,8 @@ outline.title=Show Document Outline
 outline_label=Document Outline
 thumbs.title=Show Thumbnails
 thumbs_label=Thumbnails
-search.title=Search Document
-search_label=Search
+search_panel.title=Search Document
+search_panel_label=Search
 
 # Document outline messages
 no_outline=No Outline Available
diff --git a/l10n/xx/viewer.properties b/l10n/xx/viewer.properties
deleted file mode 100644 (file)
index e26f794..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-bookmark.title=<<<_¢ȗггεпţ ṿiεẂ (¢OÞӳ Oг OÞεп iп пεẂ ẂiпÐOẂ)_>>>
-previous.title=<<<_ÞгεṿiOȗ§ Þãģε_>>>
-next.title=<<<_пεӾţ Þãģε_>>>
-print.title=<<<_Þгiпţ_>>>
-download.title=<<<_ÐOẂпḻOãÐ_>>>
-zoom_out.title=<<<_ƩOOм Oȗţ_>>>
-zoom_in.title=<<<_ƩOOм iп_>>>
-error_more_info=<<<_мOгε iп£OгмãţiOп_>>>
-error_less_info=<<<_ḻε§§ iп£OгмãţiOп_>>>
-error_close=<<<_¢ḻO§ε_>>>
-error_build=<<<_ÞУ.ʃ§ ьȗiḻÐ: {{build}}_>>>
-error_message=<<<_мε§§ãģε: {{message}}_>>>
-error_stack=<<<_§ţã¢қ: {{stack}}_>>>
-error_file=<<<_£iḻε: {{file}}_>>>
-error_line=<<<_ḻiпε: {{line}}_>>>
-page_scale_width=<<<_Þãģε ẂiÐţН_>>>
-page_scale_fit=<<<_Þãģε £iţ_>>>
-page_scale_auto=<<<_ãȗţOмãţi¢ ƩOOм_>>>
-page_scale_actual=<<<_ã¢ţȗãḻ §iƩε_>>>
-toggle_slider.title=<<<_ţOģģḻε §ḻiÐεг_>>>
-thumbs.title=<<<_§НOẂ ţНȗмьпãiḻ§_>>>
-outline.title=<<<_§НOẂ ÐO¢ȗмεпţ Oȗţḻiпε_>>>
-loading=<<<_ḻOãÐiпģ... {{percent}}%_>>>
-loading_error_indicator=<<<_εггOг_>>>
-loading_error=<<<_ãп εггOг O¢¢ȗггεРẂНiḻε ḻOãÐiпģ ţНε ÞУ._>>>
-rendering_error=<<<_ãп εггOг O¢¢ȗггεРẂНiḻε гεпÐεгiпģ ţНε Þãģε._>>>
-page_label=Þãģε:
-page_of=<<<_O£ {{pageCount}}_>>>
-no_outline=<<<_пO Oȗţḻiпε ãṿãiḻãьḻε_>>>
-open_file.title=<<<_OÞεп £iḻε_>>>
-text_annotation_type=<<<_[{{type}} ãппOţãţiOп]_>>>
-toggle_slider_label=<<<_ţOģģḻε §ḻiÐεг_>>>
-thumbs_label=<<<_ţНȗмьпãiḻ§_>>>
-outline_label=<<<_ÐO¢ȗмεпţ Oȗţḻiпε_>>>
-bookmark_label=<<<_¢ȗггεпţ ṿiεẂ_>>>
-previous_label=<<<_ÞгεṿiOȗ§_>>>
-next_label=<<<_пεӾţ_>>>
-print_label=<<<_Þгiпţ_>>>
-download_label=<<<_ÐOẂпḻOãÐ_>>>
-zoom_out_label=<<<_ƩOOм Oȗţ_>>>
-zoom_in_label=<<<_ƩOOм iп_>>>
-zoom.title=<<<_ƩOOм_>>>
-thumb_page_title=<<<_Þãģε {{page}}_>>>
-thumb_page_canvas=<<<_ţНȗмьпãiḻ O£ Þãģε {{page}}_>>>
index 8b189a1f01cd4d8c1b25aee116600d066c36a067..56522478e41ea8b0f15bb3fb9dba4ca6c7572e3c 100644 (file)
@@ -51,8 +51,8 @@
           <button id="viewOutline" class="toolbarButton group" title="Show Document Outline" onclick="PDFView.switchSidebarView('outline')" tabindex="2" data-l10n-id="outline">
              <span data-l10n-id="outline_label">Document Outline</span>
           </button>
-          <button id="viewSearch" class="toolbarButton group hidden" title="Search Document" onclick="PDFView.switchSidebarView('search')" tabindex="3" data-l10n-id="search">
-             <span data-l10n-id="search_label">Search Document</span>
+          <button id="viewSearch" class="toolbarButton group hidden" title="Search Document" onclick="PDFView.switchSidebarView('search')" tabindex="3" data-l10n-id="search_panel">
+             <span data-l10n-id="search_panel_label">Search Document</span>
           </button>
         </div>
         <div id="sidebarContent">