summaryrefslogtreecommitdiffstats
path: root/apps/files/css/mobile.scss
blob: e7b75910fa93c99041f71a7eb4c80c5ee87277c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
/* 938 = table min-width(688) + app-navigation width: 250
   769 = size where app-navigation (768) is hidden +1
   688 = table min-width */
@media only screen and (max-width: 938px) and (min-width: 769px), only screen and (max-width: 688px) {

.app-files #app-content.dir-drop{
	background-color: rgba(255, 255, 255, 1)!important;
}

/* don’t require a minimum width for files table */
#body-user #filestable {
	min-width: initial !important;
}

/* hide size and date columns */
table th#headerSize,
table td.filesize,
table th#headerDate,
table td.date {
	display: none;
}

/* remove padding to let border bottom fill the whole width*/
table td {
	padding: 0;
}

/* remove shift for multiselect bar to account for missing navigation */
table.multiselect thead {
	padding-left: 0;
}

/* restrict length of displayed filename to prevent overflow */
table td.filename .nametext {
	width: 100%;
}

#fileList a.action.action-menu img {
	padding-left: 0;
}

#fileList .fileActionsMenu {
	margin-right: 6px;
}
/* hide text of the share action on mobile */
#fileList a.action-share span:not(.icon) {
	display: none !important;
}
#fileList a.action.action-favorite {
	opacity: .7 !important;
}
#fileList a.action.action-favorite {
	opacity: .3 !important;
}

/* ellipsis on file names */
table td.filename .nametext .innernametext {
	max-width: calc(100% - 175px) !important;
}

/* proper notification area for multi line messages */
#notification-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

/* shorten elements for mobile */
#uploadprogressbar, #uploadprogressbar .label.inner {
	width: 50px;
}
/* hide desktop-only parts */
#uploadprogressbar .desktop {
	display: none !important;
}
#uploadprogressbar .mobile {
	display: block !important;
}

}
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# 
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-27 01:55-0400\n"
"PO-Revision-Date: 2014-03-26 06:01+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hr\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"

#: ajax/clearMappings.php:34
msgid "Failed to clear the mappings."
msgstr ""

#: ajax/deleteConfiguration.php:34
msgid "Failed to delete the server configuration"
msgstr ""

#: ajax/testConfiguration.php:39
msgid "The configuration is valid and the connection could be established!"
msgstr ""

#: ajax/testConfiguration.php:42
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""

#: ajax/testConfiguration.php:46
msgid ""
"The configuration is invalid. Please have a look at the logs for further "
"details."
msgstr ""

#: ajax/wizard.php:32
msgid "No action specified"
msgstr ""

#: ajax/wizard.php:38
msgid "No configuration specified"
msgstr ""

#: ajax/wizard.php:81
msgid "No data specified"
msgstr ""

#: ajax/wizard.php:89
#, php-format
msgid " Could not set configuration %s"
msgstr ""

#: js/settings.js:67
msgid "Deletion failed"
msgstr ""

#: js/settings.js:83
msgid "Take over settings from recent server configuration?"
msgstr ""

#: js/settings.js:84
msgid "Keep settings?"
msgstr ""

#: js/settings.js:99
msgid "Cannot add server configuration"
msgstr ""

#: js/settings.js:127
msgid "mappings cleared"
msgstr ""

#: js/settings.js:128
msgid "Success"
msgstr ""

#: js/settings.js:133
msgid "Error"
msgstr "Greška"

#: js/settings.js:838
msgid "Configuration OK"
msgstr ""

#: js/settings.js:847
msgid "Configuration incorrect"
msgstr ""

#: js/settings.js:856
msgid "Configuration incomplete"
msgstr ""

#: js/settings.js:873 js/settings.js:882
msgid "Select groups"
msgstr ""

#: js/settings.js:876 js/settings.js:885
msgid "Select object classes"
msgstr ""

#: js/settings.js:879
msgid "Select attributes"
msgstr ""

#: js/settings.js:906
msgid "Connection test succeeded"
msgstr ""

#: js/settings.js:913
msgid "Connection test failed"
msgstr ""

#: js/settings.js:922
msgid "Do you really want to delete the current Server Configuration?"
msgstr ""

#: js/settings.js:923
msgid "Confirm Deletion"
msgstr ""

#: lib/wizard.php:79 lib/wizard.php:93
#, php-format
msgid "%s group found"
msgid_plural "%s groups found"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#: lib/wizard.php:122
#, php-format
msgid "%s user found"
msgid_plural "%s users found"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#: lib/wizard.php:784 lib/wizard.php:796
msgid "Invalid Host"
msgstr ""

#: lib/wizard.php:963
msgid "Could not find the desired feature"
msgstr ""

#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr "Snimi"

#: templates/part.settingcontrols.php:4
msgid "Test Configuration"
msgstr ""

#: templates/part.settingcontrols.php:10 templates/part.wizardcontrols.php:14
msgid "Help"
msgstr "Pomoć"

#: templates/part.wizard-groupfilter.php:4
#, php-format
msgid "Groups meeting these criteria are available in %s:"
msgstr ""

#: templates/part.wizard-groupfilter.php:8
#: templates/part.wizard-userfilter.php:8
msgid "only those object classes:"
msgstr ""

#: templates/part.wizard-groupfilter.php:17
#: templates/part.wizard-userfilter.php:17
msgid "only from those groups:"
msgstr ""

#: templates/part.wizard-groupfilter.php:25
#: templates/part.wizard-loginfilter.php:32
#: templates/part.wizard-userfilter.php:25
msgid "Edit raw filter instead"
msgstr ""

#: templates/part.wizard-groupfilter.php:30
#: templates/part.wizard-loginfilter.php:37
#: templates/part.wizard-userfilter.php:30
msgid "Raw LDAP filter"
msgstr ""

#: templates/part.wizard-groupfilter.php:31
#, php-format
msgid ""
"The filter specifies which LDAP groups shall have access to the %s instance."
msgstr ""

#: templates/part.wizard-groupfilter.php:38
msgid "groups found"
msgstr ""

#: templates/part.wizard-loginfilter.php:4
msgid "Users login with this attribute:"
msgstr ""

#: templates/part.wizard-loginfilter.php:8
msgid "LDAP Username:"
msgstr ""

#: templates/part.wizard-loginfilter.php:16
msgid "LDAP Email Address:"
msgstr ""

#: templates/part.wizard-loginfilter.php:24
msgid "Other Attributes:"
msgstr ""

#: templates/part.wizard-loginfilter.php:38
#, php-format
msgid ""
"Defines the filter to apply, when login is attempted. %%uid replaces the "
"username in the login action. Example: \"uid=%%uid\""
msgstr ""

#: templates/part.wizard-server.php:18
msgid "Add Server Configuration"
msgstr ""

#: templates/part.wizard-server.php:30
msgid "Host"
msgstr ""

#: templates/part.wizard-server.php:31
msgid ""
"You can omit the protocol, except you require SSL. Then start with ldaps://"
msgstr ""

#: templates/part.wizard-server.php:36
msgid "Port"
msgstr ""

#: templates/part.wizard-server.php:44
msgid "User DN"
msgstr ""

#: templates/part.wizard-server.php:45
msgid ""
"The DN of the client user with which the bind shall be done, e.g. "
"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
"empty."
msgstr ""

#: templates/part.wizard-server.php:52
msgid "Password"
msgstr "Lozinka"

#: templates/part.wizard-server.php:53
msgid "For anonymous access, leave DN and Password empty."
msgstr ""

#: templates/part.wizard-server.php:60
msgid "One Base DN per line"
msgstr ""

#: templates/part.wizard-server.php:61
msgid "You can specify Base DN for users and groups in the Advanced tab"
msgstr ""

#: templates/part.wizard-userfilter.php:4
#, php-format
msgid "Limit %s access to users meeting these criteria:"
msgstr ""

#: templates/part.wizard-userfilter.php:31
#, php-format
msgid ""
"The filter specifies which LDAP users shall have access to the %s instance."
msgstr ""

#: templates/part.wizard-userfilter.php:38
msgid "users found"
msgstr ""

#: templates/part.wizardcontrols.php:5
msgid "Back"
msgstr "Natrag"

#: templates/part.wizardcontrols.php:8
msgid "Continue"
msgstr ""

#: templates/settings.php:11
msgid ""
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
" experience unexpected behavior. Please ask your system administrator to "
"disable one of them."
msgstr ""

#: templates/settings.php:14
msgid ""
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not "
"work. Please ask your system administrator to install it."
msgstr ""

#: templates/settings.php:20
msgid "Connection Settings"
msgstr ""

#: templates/settings.php:22
msgid "Configuration Active"
msgstr ""

#: templates/settings.php:22
msgid "When unchecked, this configuration will be skipped."
msgstr ""

#: templates/settings.php:23
msgid "Backup (Replica) Host"
msgstr ""

#: templates/settings.php:23
msgid ""
"Give an optional backup host. It must be a replica of the main LDAP/AD "
"server."
msgstr ""

#: templates/settings.php:24
msgid "Backup (Replica) Port"
msgstr ""

#: templates/settings.php:25
msgid "Disable Main Server"
msgstr ""

#: templates/settings.php:25
msgid "Only connect to the replica server."
msgstr ""

#: templates/settings.php:26
msgid "Case insensitve LDAP server (Windows)"
msgstr ""

#: templates/settings.php:27
msgid "Turn off SSL certificate validation."
msgstr ""

#: templates/settings.php:27
#, php-format
msgid ""
"Not recommended, use it for testing only! If connection only works with this"
" option, import the LDAP server's SSL certificate in your %s server."
msgstr ""

#: templates/settings.php:28
msgid "Cache Time-To-Live"
msgstr ""

#: templates/settings.php:28
msgid "in seconds. A change empties the cache."
msgstr ""

#: templates/settings.php:30
msgid "Directory Settings"
msgstr ""

#: templates/settings.php:32
msgid "User Display Name Field"
msgstr ""

#: templates/settings.php:32
msgid "The LDAP attribute to use to generate the user's display name."
msgstr ""

#: templates/settings.php:33
msgid "Base User Tree"
msgstr ""

#: templates/settings.php:33
msgid "One User Base DN per line"
msgstr ""

#: templates/settings.php:34
msgid "User Search Attributes"
msgstr ""

#: templates/settings.php:34 templates/settings.php:37
msgid "Optional; one attribute per line"
msgstr ""

#: templates/settings.php:35
msgid "Group Display Name Field"
msgstr ""

#: templates/settings.php:35
msgid "The LDAP attribute to use to generate the groups's display name."
msgstr ""

#: templates/settings.php:36
msgid "Base Group Tree"
msgstr ""

#: templates/settings.php:36
msgid "One Group Base DN per line"
msgstr ""

#: templates/settings.php:37
msgid "Group Search Attributes"
msgstr ""

#: templates/settings.php:38
msgid "Group-Member association"
msgstr ""

#: templates/settings.php:39
msgid "Nested Groups"
msgstr ""

#: templates/settings.php:39
msgid ""
"When switched on, groups that contain groups are supported. (Only works if "
"the group member attribute contains DNs.)"
msgstr ""

#: templates/settings.php:41
msgid "Special Attributes"
msgstr ""

#: templates/settings.php:43
msgid "Quota Field"
msgstr ""

#: templates/settings.php:44
msgid "Quota Default"
msgstr ""

#: templates/settings.php:44
msgid "in bytes"
msgstr ""

#: templates/settings.php:45
msgid "Email Field"
msgstr ""

#: templates/settings.php:46
msgid "User Home Folder Naming Rule"
msgstr ""

#: templates/settings.php:46
msgid ""
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
"attribute."
msgstr ""

#: templates/settings.php:52
msgid "Internal Username"
msgstr ""

#: templates/settings.php:53
msgid ""
"By default the internal username will be created from the UUID attribute. It"
" makes sure that the username is unique and characters do not need to be "
"converted. The internal username has the restriction that only these "
"characters are allowed: [ a-zA-Z0-9_.@- ].  Other characters are replaced "
"with their ASCII correspondence or simply omitted. On collisions a number "
"will be added/increased. The internal username is used to identify a user "
"internally. It is also the default name for the user home folder. It is also"
" a part of remote URLs, for instance for all *DAV services. With this "
"setting, the default behavior can be overridden. To achieve a similar "
"behavior as before ownCloud 5 enter the user display name attribute in the "
"following field. Leave it empty for default behavior. Changes will have "
"effect only on newly mapped (added) LDAP users."
msgstr ""

#: templates/settings.php:54
msgid "Internal Username Attribute:"
msgstr ""

#: templates/settings.php:55
msgid "Override UUID detection"
msgstr ""

#: templates/settings.php:56
msgid ""
"By default, the UUID attribute is automatically detected. The UUID attribute"
" is used to doubtlessly identify LDAP users and groups. Also, the internal "
"username will be created based on the UUID, if not specified otherwise "
"above. You can override the setting and pass an attribute of your choice. "
"You must make sure that the attribute of your choice can be fetched for both"
" users and groups and it is unique. Leave it empty for default behavior. "
"Changes will have effect only on newly mapped (added) LDAP users and groups."
msgstr ""

#: templates/settings.php:57
msgid "UUID Attribute for Users:"
msgstr ""

#: templates/settings.php:58
msgid "UUID Attribute for Groups:"
msgstr ""

#: templates/settings.php:59
msgid "Username-LDAP User Mapping"
msgstr ""

#: templates/settings.php:60
msgid ""
"Usernames are used to store and assign (meta) data. In order to precisely "
"identify and recognize users, each LDAP user will have a internal username. "
"This requires a mapping from username to LDAP user. The created username is "
"mapped to the UUID of the LDAP user. Additionally the DN is cached as well "
"to reduce LDAP interaction, but it is not used for identification. If the DN"
" changes, the changes will be found. The internal username is used all over."
" Clearing the mappings will have leftovers everywhere. Clearing the mappings"
" is not configuration sensitive, it affects all LDAP configurations! Never "
"clear the mappings in a production environment, only in a testing or "
"experimental stage."
msgstr ""

#: templates/settings.php:61
msgid "Clear Username-LDAP User Mapping"
msgstr ""

#: templates/settings.php:61
msgid "Clear Groupname-LDAP Group Mapping"
msgstr ""