Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Import strings from android-l10n (#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pike authored and bluemarvin committed Jul 17, 2019
1 parent a22cc27 commit 9000adc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,9 @@
and hovers over the 'Private Browsing' icon in the browser's tray menu. -->
<string name="private_browsing_exit_tooltip">Lascia la modalità di navigazione anonima</string>

<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new window. -->
<string name="context_menu_open_new_window">Apri in una nuova finestra.</string>

<!-- This string is for the tooltip that appears when the user hovers over the 'Bookmarks' icon in the
browser's navigation bar. The button it labels, when pressed, opens a list view of the user's saved
Bookmarks. -->
Expand Down Expand Up @@ -690,4 +693,14 @@
<!-- This string is displayed in the message of the notification message shown when the device loses internet connection. -->
<string name="no_internet_message">Verificare la configurazione del dispositivo per risolvere il problema.</string>

<!-- This string is displayed in the message of the notification message shown when the user tries to open a new window and
it has already opened the maximum number of allowed windows. %1$s expands to a integer value that represent the maximum windows
that can be opened (initially 3) -->
<string name="max_windows_message">Non puoi avere più di %1$s finestre aperte contemporaneamente. Chiudine una prima di aprirne una nuova.</string>

<!-- This string is displayed in the title of the alert dialog shown when the user does not have permission to run the application on the device. -->
<string name="not_entitled_title">Impossibile eseguire</string>
<!-- This string is displayed in the message body of the alert dialog shown when the user does not have permission to run the application on the device.
'%1$s' will be replace at runtime with the app's name. -->
<string name="not_entitled_message">%1$s non ha le autorizzazioni per l’esecuzione su questo dispositivo e verrà terminato.</string>
</resources>

1 comment on commit 9000adc

@community-tc-integration
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Submitting the task to Taskcluster failed. Details

Taskcluster-GitHub attempted to create a task for this event with the following scopes:

[
  "assume:repo:github.com/MozillaReality/FirefoxReality:release",
  "queue:route:statuses",
  "queue:scheduler-id:taskcluster-github"
]

The expansion of these scopes is not sufficient to create the task, leading to the following:

Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:

{
  "AllOf": [
    "secrets:get:project/firefoxreality/github-deploy-key",
    "secrets:get:project/firefoxreality/release-signing-token",
    "secrets:get:project/firefoxreality/symbols-token",
    {
      "AnyOf": [
        "queue:create-task:highest:unknown/unknown",
        "queue:create-task:very-high:unknown/unknown",
        "queue:create-task:high:unknown/unknown",
        "queue:create-task:medium:unknown/unknown",
        "queue:create-task:low:unknown/unknown",
        "queue:create-task:very-low:unknown/unknown",
        "queue:create-task:lowest:unknown/unknown"
      ]
    }
  ]
}

This request requires the client to satisfy the following scope expression:

{
  "AllOf": [
    "secrets:get:project/firefoxreality/github-deploy-key",
    "secrets:get:project/firefoxreality/release-signing-token",
    "secrets:get:project/firefoxreality/symbols-token",
    "queue:route:notify.email.fxr-releng@mozilla.com.on-any",
    "queue:route:statuses",
    "queue:scheduler-id:taskcluster-github",
    {
      "AnyOf": [
        "queue:create-task:highest:unknown/unknown",
        "queue:create-task:very-high:unknown/unknown",
        "queue:create-task:high:unknown/unknown",
        "queue:create-task:medium:unknown/unknown",
        "queue:create-task:low:unknown/unknown",
        "queue:create-task:very-low:unknown/unknown",
        "queue:create-task:lowest:unknown/unknown"
      ]
    }
  ]
}

  • method: createTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2020-03-18T23:01:57.140Z

Please sign in to comment.