1# *************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20# *************************************************************
21# Filesystems API
22# {0} - root path
23# x-no-translate
24LAB_invalid_file_system=invalid OpenOffice.org document {0}
25# {0} - root path
26LAB_valid_file_system={0}
27# {0} - root path
28EXC_root_dir_does_not_exist=Root directory {0} does not exist.
29# {0} - original name before annotation
30LBL_modified_files={0} <somehow annotated>
31# {0} - file name and extension
32# {1} - display name of filesystem
33# {2} - full path to file
34EXC_file_could_not_be_locked={2} could not be locked; it did not exist or was not writable.
35# {0} - file name and extension
36# {1} - display name of filesystem
37# {2} - full path to file
38EXC_create_empty_name=Cannot create a file with an empty name.
39# {0} - file name and extension
40# {1} - display name of filesystem
41# {2} - full path to file
42EXC_folder_already_exists=Folder {2} already exists.
43# {0} - file name and extension
44# {1} - display name of filesystem
45# {2} - full path to file
46EXC_folder_could_not_be_created=Folder {2} could not be created.
47# {0} - file name and extension
48# {1} - display name of filesystem
49# {2} - full path to file
50EXC_file_could_not_be_created=File {2} could not be created.
51# {0} - old file name and extension
52# {1} - new file name and extension
53# {2} - display name of filesystem
54# {3} - full path to old file
55# {4} - full path to new file
56EXC_file_could_not_be_renamed=File {3} could not be renamed to {4}.
57# {0} - file name and extension
58# {1} - display name of filesystem
59# {2} - full path to file
60EXC_file_could_not_be_deleted=File {2} could not be deleted.
61PROP_readOnly=Read Only
62HINT_readOnly=Whether this filesystem should be writable, or read-only.
63PROP_document=OpenOffice.org Document
64HINT_document=OpenOffice.org Document (mount point) of this filesystem.
65