Skip to content

Commit

Permalink
no i18n files in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
smarinier committed May 10, 2023
1 parent 4a8a75b commit 2749cd1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion apps/settings/l10n/en_GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ OC.L10N.register(
"Allow resharing" : "Allow resharing",
"Allow sharing with groups" : "Allow sharing with groups",
"Restrict users to only share with users in their groups" : "Restrict users to only share with users in their groups",
"Exclude some groups from sharing with users in their group" : "Exclude some groups from sharing with users in their group",
"Exclude groups from sharing" : "Exclude groups from sharing",
"These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.",
"Allow username autocompletion in share dialog" : "Allow username autocompletion in share dialogue",
Expand Down
3 changes: 1 addition & 2 deletions apps/settings/l10n/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@
"Allow resharing" : "Allow resharing",
"Allow sharing with groups" : "Allow sharing with groups",
"Restrict users to only share with users in their groups" : "Restrict users to only share with users in their groups",
"Exclude some groups from sharing with users in their group" : "Exclude some groups from sharing with users in their group",
"Exclude groups from sharing" : "Exclude groups from sharing",
"These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.",
"Allow username autocompletion in share dialog" : "Allow username autocompletion in share dialogue",
Expand Down Expand Up @@ -564,4 +563,4 @@
"Twitter handle @…" : "Twitter handle @…",
"Choose profile picture from files" : "Choose profile picture from files"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
}
1 change: 0 additions & 1 deletion apps/settings/l10n/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ OC.L10N.register(
"Allow resharing" : "Autoriser le repartage",
"Allow sharing with groups" : "Autoriser le partage avec les groupes",
"Restrict users to only share with users in their groups" : "N'autoriser les partages qu'entre membres de mêmes groupes",
"Exclude some groups from sharing with users in their group" : "Empêcher certains groupes de partager avec les utilisateurs de leur groupe",
"Exclude groups from sharing" : "Empêcher certains groupes de partager",
"These groups will still be able to receive shares, but not to initiate them." : "Ces groupes ne pourront plus initier de partage, mais ils pourront toujours rejoindre les partages faits par d'autres. ",
"Allow username autocompletion in share dialog" : "Autoriser l'autocomplétion du nom d'utilisateur dans la boite de dialogue de partage",
Expand Down
3 changes: 1 addition & 2 deletions apps/settings/l10n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@
"Allow resharing" : "Autoriser le repartage",
"Allow sharing with groups" : "Autoriser le partage avec les groupes",
"Restrict users to only share with users in their groups" : "N'autoriser les partages qu'entre membres de mêmes groupes",
"Exclude some groups from sharing with users in their group" : "Empêcher certains groupes de partager avec les utilisateurs de leur groupe",
"Exclude groups from sharing" : "Empêcher certains groupes de partager",
"These groups will still be able to receive shares, but not to initiate them." : "Ces groupes ne pourront plus initier de partage, mais ils pourront toujours rejoindre les partages faits par d'autres. ",
"Allow username autocompletion in share dialog" : "Autoriser l'autocomplétion du nom d'utilisateur dans la boite de dialogue de partage",
Expand Down Expand Up @@ -564,4 +563,4 @@
"Twitter handle @…" : "Pseudo Twitter @...",
"Choose profile picture from files" : "Choisir une image parmi les fichiers"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
}

0 comments on commit 2749cd1

Please sign in to comment.