-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: jkoberg <[email protected]>
- Loading branch information
Showing
3 changed files
with
89 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: EMAIL\n" | ||
"POT-Creation-Date: 2023-03-09 15:58+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=CHARSET\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: pkg/service/templates.go:30 | ||
msgid "Access to Space {space} lost" | ||
msgstr "" | ||
|
||
#: pkg/service/templates.go:45 | ||
msgid "Access to {resource} expired" | ||
msgstr "" | ||
|
||
#: pkg/service/templates.go:29 | ||
msgid "Membership expired" | ||
msgstr "" | ||
|
||
#: pkg/service/templates.go:14 | ||
msgid "Removed from Space" | ||
msgstr "" | ||
|
||
#: pkg/service/templates.go:34 | ||
msgid "Resource shared" | ||
msgstr "" | ||
|
||
#: pkg/service/templates.go:39 | ||
msgid "Resource unshared" | ||
msgstr "" | ||
|
||
#: pkg/service/templates.go:44 | ||
msgid "Share expired" | ||
msgstr "" | ||
|
||
#: pkg/service/templates.go:24 | ||
msgid "Space deleted" | ||
msgstr "" | ||
|
||
#: pkg/service/templates.go:19 | ||
msgid "Space disabled" | ||
msgstr "" | ||
|
||
#: pkg/service/templates.go:9 | ||
msgid "Space shared" | ||
msgstr "" | ||
|
||
#: pkg/service/templates.go:10 | ||
msgid "{user} added you to Space {space}" | ||
msgstr "" | ||
|
||
#: pkg/service/templates.go:25 | ||
msgid "{user} deleted Space {space}" | ||
msgstr "" | ||
|
||
#: pkg/service/templates.go:20 | ||
msgid "{user} disabled Space {space}" | ||
msgstr "" | ||
|
||
#: pkg/service/templates.go:15 | ||
msgid "{user} removed you from Space {space}" | ||
msgstr "" | ||
|
||
#: pkg/service/templates.go:35 | ||
msgid "{user} shared {resource} with you" | ||
msgstr "" | ||
|
||
#: pkg/service/templates.go:40 | ||
msgid "{user} unshared {resource} with you" | ||
msgstr "" | ||
|