You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/brave_strings.grd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,7 @@ If you update this file, be sure also to update google_chrome_strings.grd. -->
216
216
Brave OS is made possible by additional <phname="BEGIN_LINK_CROS_OSS"><a target="_blank" href="$1"></ph>open source software<phname="END_LINK_CROS_OSS"></a></ph>.
217
217
</message>
218
218
<messagename="IDS_ABOUT_CROS_WITH_LINUX_VERSION_LICENSE"desc="Additional text displayed beneath the Brave open source URLs for Brave OS when Crostini is installed.">
219
-
Brave OS is made possible by additional <phname="BEGIN_LINK_CROS_OSS"><a target="_blank" href="$1"></ph>open source software<phname="END_LINK_CROS_OSS"></a></ph>, as is Linux (Beta).
219
+
Brave OS is made possible by additional <phname="BEGIN_LINK_CROS_OSS"><a target="_blank" href="$1"></ph>open source software<phname="END_LINK_CROS_OSS"></a></ph>, as is <phname="BEGIN_LINK_LINUX_OSS"><a target="_blank" href="$2"></ph>Linux (Beta)<phname="END_LINK_LINUX_OSS"></a></ph>.
220
220
</message>
221
221
</if>
222
222
<messagename="IDS_ABOUT_TERMS_OF_SERVICE"desc="The terms of service label in the About box."translateable="false">
Copy file name to clipboardExpand all lines: app/generated_resources.grd
+57-9Lines changed: 57 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1828,6 +1828,18 @@ are declared in tools/grit/grit_rule.gni.
1828
1828
</message>
1829
1829
</if>
1830
1830
1831
+
<!-- "Uninstall web app" menu item -->
1832
+
<if expr="use_titlecase">
1833
+
<message name="IDS_UNINSTALL_FROM_OS_LAUNCH_SURFACE" desc="In Title Case: Menu text for uninstalling a web app from the operating system.">
1834
+
Uninstall <ph name="APP">$1<ex>Gmail</ex></ph>...
1835
+
</message>
1836
+
</if>
1837
+
<if expr="not use_titlecase">
1838
+
<message name="IDS_UNINSTALL_FROM_OS_LAUNCH_SURFACE" desc="Menu text for uninstalling a web app from the operating system.">
1839
+
Uninstall <ph name="APP">$1<ex>Gmail</ex></ph>...
1840
+
</message>
1841
+
</if>
1842
+
1831
1843
<!-- "Application Information" dialog -->
1832
1844
<if expr="not use_titlecase">
1833
1845
<message name="IDS_APPLICATION_INFO_WEB_STORE_LINK" desc="Text for the link that opens the app or extension in the Web Store..">
@@ -3035,6 +3047,9 @@ are declared in tools/grit/grit_rule.gni.
3035
3047
<message name="IDS_UTILITY_PROCESS_CUPS_IPP_VALIDATOR_SERVICE_NAME" desc="The name of the utility process used for validating IPP requests out-of-process.">
3036
3048
CUPS IPP Validator
3037
3049
</message>
3050
+
<message name="IDS_UTILITY_PROCESS_IME_SERVICE_NAME" desc="The name of the utility process providing the input methods.">
3051
+
Brave OS Input Method
3052
+
</message>
3038
3053
</if>
3039
3054
<message name="IDS_UTILITY_PROCESS_FILE_UTILITY_NAME" desc="The name of the utility process used for various Brave specific file operations.">
3040
3055
Brave File Utilities
@@ -3327,6 +3342,9 @@ are declared in tools/grit/grit_rule.gni.
3327
3342
<message name="IDS_EXTENSION_PROMPT_WARNING_DOCUMENT_SCAN" desc="Permission string for access to document scanning.">
3328
3343
Access document scanners attached via USB or on the local network
3329
3344
</message>
3345
+
<message name="IDS_EXTENSION_PROMPT_WARNING_ENTERPRISE_HARDWARE_PLATFORM" desc="Permission string for access to hardware platform information.">
3346
+
Read the manufacturer and model of this computer
3347
+
</message>
3330
3348
<message name="IDS_EXTENSION_PROMPT_WARNING_FAVICON" desc="Permission string for access to favicons.">
3331
3349
Read the icons of the websites you visit
3332
3350
</message>
@@ -3702,12 +3720,18 @@ are declared in tools/grit/grit_rule.gni.
3702
3720
<message name="IDS_EXTENSIONS_LOAD_ERROR_MESSAGE" desc="The message which tells the user that an extension failed to load.">
3703
3721
Failed to load extension from:
3704
3722
</message>
3723
+
<message name="IDS_EXTENSIONS_WANTS_ACCESS_TO_SITE" desc="The message shown on mouseover when an extension wants to run on a specific site.">
3724
+
Wants access to this site
3725
+
</message>
3726
+
<message name="IDS_EXTENSIONS_HAS_ACCESS_TO_SITE" desc="The message shown on mouseover when an extension currently can run on a specific site.">
3727
+
Has access to this site
3728
+
</message>
3705
3729
<if expr="not use_titlecase">
3706
3730
<message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS" desc="The label in an extension's context menu for the submenu specifying whether or not the extension can run on the current page (sentence case).">
3707
-
Allow access
3731
+
This can read and change site data
3708
3732
</message>
3709
3733
<message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_CLICK" desc="The label in an extension's context menu to allow the extension access to the page only when the user clicks on the extension action (sentence case).">
3710
-
On click
3734
+
When you click the extension
3711
3735
</message>
3712
3736
<message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_SITE" desc="The label in an extension's context menu to always allow the extension access to the current origin (sentence case).">
3713
3737
On <ph name="ORIGIN">$1<ex>google.com</ex></ph>
@@ -3742,10 +3766,10 @@ are declared in tools/grit/grit_rule.gni.
3742
3766
</if>
3743
3767
<if expr="use_titlecase">
3744
3768
<message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS" desc="The label in an extension's context menu for the submenu specifying whether or not the extension can run on the current page (title case).">
3745
-
Allow Access
3769
+
This Can Read and Change Site Data
3746
3770
</message>
3747
3771
<message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_CLICK" desc="The label in an extension's context menu to allow the extension access to the page only when the user clicks on the extension action (title case).">
3748
-
On Click
3772
+
When You Click the Extension
3749
3773
</message>
3750
3774
<message name="IDS_EXTENSIONS_CONTEXT_MENU_PAGE_ACCESS_RUN_ON_SITE" desc="The label in an extension's context menu to always allow the extension access to the current origin (title case).">
3751
3775
On <ph name="ORIGIN">$1<ex>google.com</ex></ph>
@@ -4252,8 +4276,11 @@ Keep your key file in a safe place. You will need it to create new versions of y
4252
4276
<message name="IDS_WEBRTC_LOGS_TITLE" desc="Title for the chrome://webrtc-logs page.">
4253
4277
WebRTC logs
4254
4278
</message>
4255
-
<message name="IDS_WEBRTC_LOGS_LOG_COUNT_BANNER_FORMAT" desc="Format for WebRTC log count banner on chrome://webrtc-logs">
<message name="IDS_WEBRTC_LOGS_LOG_HEADER_FORMAT" desc="Format for uploaded log entry headings on chrome://webrtc-logs">
4259
4286
WebRTC log captured <ph name="WEBRTC_LOG_CAPTURE_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph>
@@ -4267,17 +4294,32 @@ Keep your key file in a safe place. You will need it to create new versions of y
4267
4294
<message name="IDS_WEBRTC_LOGS_LOG_UPLOAD_TIME_FORMAT" desc="Format for uploaded log entry upload time on chrome://webrtc-logs">
4268
4295
Uploaded <ph name="WEBRTC_LOG_UPLOAD_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph>
4269
4296
</message>
4270
-
<message name="IDS_WEBRTC_LOGS_LOG_REPORT_ID_FORMAT" desc="Format for uploaded log entry report ID on chrome://webrtc-logs">
4297
+
<message name="IDS_WEBRTC_LOGS_LOG_FAILED_UPLOAD_TIME_FORMAT" desc="Format for a log's failed upload attempt entry on chrome://webrtc-logs">
4298
+
Upload failed (<ph name="WEBRTC_LOG_UPLOAD_TIME">$1<ex>Tuesday, January 25, 2011 2:58:02 PM</ex></ph>).
4299
+
</message>
4300
+
<message name="IDS_WEBRTC_LOGS_LOG_REPORT_ID_FORMAT" desc="Format for uploaded log entry report ID on chrome://webrtc-logs. This is the ID on the server to which the log was uploaded.">
4271
4301
Report ID <ph name="WEBRTC_LOG_REPORT_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
4272
4302
</message>
4273
4303
<message name="IDS_WEBRTC_LOGS_BUG_LINK_LABEL" desc="Link text for filing a bug on chrome://webrtc-logs">
4274
4304
File bug
4275
4305
</message>
4306
+
<message name="IDS_WEBRTC_LOGS_LOG_PENDING_MESSAGE" desc="The explanatory message for chrome://webrtc-logs when the log is still pending upload.">
4307
+
Log upload pending.
4308
+
</message>
4309
+
<message name="IDS_WEBRTC_LOGS_LOG_ACTIVELY_UPLOADED_MESSAGE" desc="The explanatory message for chrome://webrtc-logs when the log is currently being uploaded.">
4310
+
Log upload underway.
4311
+
</message>
4276
4312
<message name="IDS_WEBRTC_LOGS_LOG_NOT_UPLOADED_MESSAGE" desc="The explanatory message for chrome://webrtc-logs when the log has not been uploaded">
4277
4313
Log not uploaded.
4278
4314
</message>
4279
-
<message name="IDS_WEBRTC_LOGS_NO_LOGS_MESSAGE" desc="The explanatory message for chrome://webrtc-logs when there are no captured logs">
4280
-
You have no recently captured WebRTC logs.
4315
+
<message name="IDS_WEBRTC_LOGS_EVENT_LOG_LOCAL_LOG_ID" desc="The ID of the log. This ID is assigned even if the log is not uploaded.">
4316
+
Local log ID: <ph name="WEBRTC_EVENT_LOG_LOCAL_ID">$1<ex>A83BC19927509874309F2EE002174235</ex></ph>.
4317
+
</message>
4318
+
<message name="IDS_WEBRTC_LOGS_NO_TEXT_LOGS_MESSAGE" desc="The explanatory message for chrome://webrtc-logs when there are no captured text logs">
4319
+
You have no recently captured WebRTC text logs.
4320
+
</message>
4321
+
<message name="IDS_WEBRTC_LOGS_NO_EVENT_LOGS_MESSAGE" desc="The explanatory message for chrome://webrtc-logs when there are no captured event logs">
4322
+
You have no recently captured WebRTC event logs.
4281
4323
</message>
4282
4324
4283
4325
<!-- Plugin placeholders -->
@@ -4573,6 +4615,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
4573
4615
<message name="IDS_NTP_CUSTOM_LINKS_CANT_CREATE" desc="A catchall error message for when the shortcut cannot be created. (On the New Tab Page)">
4574
4616
Can’t create shortcut
4575
4617
</message>
4618
+
<message name="IDS_NTP_CUSTOM_LINKS_CANT_EDIT" desc="A catchall error message for when the shortcut cannot be edited. (On the New Tab Page)">
4619
+
Can’t edit shortcut
4620
+
</message>
4621
+
<message name="IDS_NTP_CUSTOM_LINKS_CANT_REMOVE" desc="A catchall error message for when the shortcut cannot be removed. (On the New Tab Page)">
4622
+
Can’t remove shortcut
4623
+
</message>
4576
4624
<message name="IDS_NTP_CONFIRM_MSG_SHORTCUT_REMOVED" desc="The title of the shortcut removed confirmation message when removing a custom link. (On the New Tab Page)">
<translationid="4651430425715739110">حقوق الطبع والنشر لعام <phname="YEAR"/> لصالح The Brave Authors. جميع الحقوق محفوظة.</translation>
20
20
<translationid="2310890394934209120">أصبح نظام التشغيل Brave متاحًا من خلال المزيد من <phname="BEGIN_LINK_CROS_OSS"/>البرامج مفتوحة المصدر<phname="END_LINK_CROS_OSS"/>.</translation>
21
-
<translationid="858647341154864560">أصبح نظام التشغيل Brave متاحًا من خلال <phname="BEGIN_LINK_CROS_OSS"/>برنامج مفتوح المصدر<phname="END_LINK_CROS_OSS"/> إضافي، كما في نظام التشغيل Linux (إصدار تجريبي).</translation>
Copy file name to clipboardExpand all lines: app/resources/chromium_strings_bg.xtb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@
18
18
<translationid="8992261409816268381">Авторите на Brave</translation>
19
19
<translationid="4651430425715739110">Авторски права <phname="YEAR"/> Авторите на Brave. Всички права запазени.</translation>
20
20
<translationid="2310890394934209120">Brave OS е възможна благодарение на допълнителен <phname="BEGIN_LINK_CROS_OSS"/>софтуер с отворен код<phname="END_LINK_CROS_OSS"/>.</translation>
21
-
<translationid="858647341154864560">Brave OS е възможна благодарение на допълнителен <phname="BEGIN_LINK_CROS_OSS"/>софтуер с отворен код<phname="END_LINK_CROS_OSS"/>. Това се отнася и за Linux (бета).</translation>
22
21
<translationid="5019879183386042809">Нека Brave да е браузърът по подразбиране</translation>
23
22
<translationid="5063987220091207247">Brave OS не може да отвори тази страница.</translation>
24
23
<translationid="4065288863231444640">Разрешаване на Brave да се изпълнява на заден план</translation>
@@ -30,6 +29,7 @@
30
29
<translationid="5785919770853225148">Brave ще запази тази парола в профила ви в Brave Software. Няма да се налага да я помните.</translation>
31
30
<translationid="3343095737966473035">Brave не е браузърът ви по подразбиране</translation>
32
31
<translationid="6715663530666325392">Настройте синхронизирането, за да запазите онлайн персонализираните функции на браузъра си и да осъществявате достъп до тях от Brave на всеки компютър.</translation>
32
+
<translationid="5874882355102994015">Brave не може да покаже визуализацията за печат, когато вграденият визуализатор на PDF файлове липсва.</translation>
33
33
<translationid="8880183781256147665">Добавя се към Brave...</translation>
34
34
<translationid="3561569806301739367">Brave блокира „<phname="FILE_NAME"/>“, тъй като файлът може да е опасен.</translation>
35
35
<translationid="9067428552314418522">Brave блокира този файл, тъй като е опасен.</translation>
0 commit comments