Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ja.js « l10n - github.com/juliushaertl/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2525de6b8b7cf95c0cc3bcd1e7092e38759d1b57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "apporder",
    {
    "App order" : "アプリ順番",
    "AppOrder" : "アプリオーダー",
    "Sort apps in the menu with drag and drop" : "ドラッグ&ドロップでメニュー内のアプリを並べ替える",
    "App Order" : "アプリオーダー",
    "Set a default order for all users. This will be ignored, if the user has setup a custom order, and the default order is not forced." : "すべてのユーザーのデフォルトの順序を設定します。 ユーザーがカスタムオーダーを設定している場合、デフォルトの順序は強制されません。",
    "Drag the app icons to change their order." : "アプリアイコンをドラッグして順序を変更します。",
    "Force the default order for all users:" : "デフォルトの順序を全ユーザーに強制します:",
    "If enabled, users will not be able to set a custom order." : "有効化するとユーザーはカスタムの順序を設定できなくなります。"
},
"nplurals=1; plural=0;");